You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 12, 2026. It is now read-only.
Is your feature request related to a problem? Please describe.
Docusaurus has a built-in support for $ and $$-fenced math blocks, which only needs to be enabled with a couple edits to a config file and a corresponding npm package. There is no need to add InlineMath and BlockMath components at all.
Describe the solution you'd like
Use Docusaurus' features over custom components :)
Is your feature request related to a problem? Please describe.
Docusaurus has a built-in support for
$and$$-fenced math blocks, which only needs to be enabled with a couple edits to a config file and a corresponding npm package. There is no need to addInlineMathandBlockMathcomponents at all.Describe the solution you'd like
Use Docusaurus' features over custom components :)
Additional context
No response