Skip to content

Commit

Permalink
Disable the typeset plugin (#13517)
Browse files Browse the repository at this point in the history
## 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:

![Screenshot 2024-09-25 at 7 53
21 PM](https://github.com/user-attachments/assets/bf7c70bb-19ab-4ece-9709-4c297f8ba67b)

After:

![Screenshot 2024-09-25 at 7 53
12 PM](https://github.com/user-attachments/assets/e767a575-1664-4288-aecb-82e8b1b1a7bd)
  • Loading branch information
charliermarsh committed Sep 25, 2024
1 parent 7c83af4 commit d7ffe46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mkdocs.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ markdown_extensions:
alternate_style: true
plugins:
- search
- typeset
extra_css:
- stylesheets/extra.css
extra_javascript:
Expand Down

0 comments on commit d7ffe46

Please sign in to comment.