Skip to content

Add notes on Markdown Extension defaults #59

@ChrisMayfield

Description

@ChrisMayfield

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

Metadata

Metadata

Assignees

Labels

documentationIssue concerns the documentation

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions