Header menu logo FSharp.Formatting

Example: Using the Markdown Extensions for LaTeX

To use LaTex extension, you need add javascript link to MathJax in your template or inside a _head.html file.

<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3.0.1/es5/tex-mml-chtml.js"></script>

To use inline LaTex, eclose LaTex code with $: \(k_{n+1} = n^2 + k_n^2 - k_{n-1}\). Alternatively, you can also use $$.

To use block LaTex, start a new parapgraph, with the first line marked as $$$ (no close $$$):

\[A_{m,n} = \begin{pmatrix} a_{1,1} & a_{1,2} & \cdots & a_{1,n} \\ a_{2,1} & a_{2,2} & \cdots & a_{2,n} \\ \vdots & \vdots & \ddots & \vdots \\ a_{m,1} & a_{m,2} & \cdots & a_{m,n} \end{pmatrix}\]

Use LaTex escape rule:

Type something to start searching.