Skip to content

Mathjax

sysid edited this page Jan 23, 2025 · 3 revisions

Essentially, inka2 simply converts $...$ to \(...\) and $$...$$ to \[...\] (where ... is some MathJax expression).

Inline mathjax using $...$ must be enclosed tightly, i.e. no blanks after the opening and before the closing marker.

If you want to use $ not as a special symbol, but as a character, you must escape it: \$.

Make sure before the opening $$ and after the closing $$ is a newline. Similarly, opening inline marker $ must be preceeded by a blank.

Clone this wiki locally