Pandoc supports several options to render Tex math questions. Any usage docs demonstrating mathematical equations should be converted to MathJax TeX/LaTeX notation within the Markdown source files.
Inline math can be enclosed in single $ dollar signs
Where $X_i,Y_i$ is a source image
Where Xi,Yi is a source image
Block equations can be enclosed with double $$ dollar signs.
$$
\begin{array}{ccc}
X_1 & Y_1 & I_1 & J_1 \\
X_2 & Y_2 & I_2 & J_2 \\
X_3 & Y_3 & I_3 & J_3 \\
X_4 & Y_4 & I_4 & J_4 \\
. & . & . & .
\end{array}
$$
$$
\frac{r}{X_i}
$$

## For Pandoc
Add the --mathml to parse & generate output
pandoc -f markdown -t html5 --mathml -o example.html example.md
Status
Current pages converted to MathJax notation.
Pandoc supports several options to render Tex math questions. Any usage docs demonstrating mathematical equations should be converted to
MathJaxTeX/LaTeX notation within the Markdown source files.Inline math can be enclosed in single
$dollar signsWhere Xi,Yi is a source image
Block equations can be enclosed with double
$$dollar signs.
## For PandocAdd the
--mathmlto parse & generate outputStatus
Current pages converted to MathJax notation.