Writing expressions as blocks
For example, with markserv, the following math (code?):
$$y=mx+c$$
would render like
Would it be possible to append custom block delimiters with mathjax?
Some pointers:
-
MathJax Config:
{tex: {displayMath: [['$$','$$'],...,['```math','```']}}
- Insert a script tag here.