KaTeX can be used to generate complex math formulas. It supports in-line math using the \\( ... \\)
delimiters, like this: . By default, it does not support in-line delimiters $...$
because those occur too commonly in typical webpages. It supports displayed math using the $$
or \\[...\\]
delimiters, like this:
Formula 1:
Formula 2: (same formula, different delimiter)
Additional details can be found on GitHub or on the Wiki.
[Read More]