Classes
MathPlugin
1
▼
Plugin adding $math$ and $$math$$ support.
Inline math uses $...$ syntax.
Block math uses $$...$$ …
MathPlugin
1
▼
Plugin adding $math$ and $$math$$ support.
Inline math uses $...$ syntax. Block math uses $$...$$ on separate lines.
Enable via Markdown(plugins=["math"]).
Note: The actual parsing is controlled by ParseConfig.math_enabled, which is set by the Markdown class based on the plugins list.
Methods
name
0
str
▼
property
name
0
str
▼
def name(self) -> str
Returns
str