mirror of https://github.com/astral-sh/ruff
Disable the `typeset` plugin (#13517)
## Summary There seems to be a bad interaction between enabling anchorlinks and the `typeset` plugin. I think the former is more important than the latter... so disabling the latter for now. ## Test Plan Before:  After: 
This commit is contained in:
parent
7c83af419c
commit
d7ffe46054
|
|
@ -62,7 +62,6 @@ markdown_extensions:
|
|||
alternate_style: true
|
||||
plugins:
|
||||
- search
|
||||
- typeset
|
||||
extra_css:
|
||||
- stylesheets/extra.css
|
||||
extra_javascript:
|
||||
|
|
|
|||
Loading…
Reference in New Issue