Description
On the "Authoring > Math" page, the documentation says (in two places) to add these lines to the toml file:
[project.markdown_extensions.pymdownx.arithmatex]
generic = true
However, doing so breaks the build. The attr_list extension stops working, the code fences stop rendering, and perhaps other extensions are affected.
I learned via Discord (12/5/25, 11:12 AM) that these lines are already part of the default configuration. Does including those lines in the toml somehow conflict with the defaults?
Related links
Proposed change
Either remove the these lines (multiple instances) from the documentation or fix a potential bug when the settings are loaded.
Before submitting
Description
On the "Authoring > Math" page, the documentation says (in two places) to add these lines to the toml file:
However, doing so breaks the build. The attr_list extension stops working, the code fences stop rendering, and perhaps other extensions are affected.
I learned via Discord (12/5/25, 11:12 AM) that these lines are already part of the default configuration. Does including those lines in the toml somehow conflict with the defaults?
Related links
Proposed change
Either remove the these lines (multiple instances) from the documentation or fix a potential bug when the settings are loaded.
Before submitting