1
0
Fork 0

Updated Readme to include Syntax information

This commit is contained in:
cbreeden 2016-05-12 18:57:20 -05:00 committed by Christopher Breeden
parent aaf6947951
commit 3c4006c14f

View file

@ -75,6 +75,17 @@ $$\begin{array}{c}
\end{array}$$ \end{array}$$
``` ```
## Syntax
Math parsing in markdown is designed to agree with the conventions set by pandoc:
Anything between two $ characters will be treated as TeX math. The opening $ must
have a non-space character immediately to its right, while the closing $ must
have a non-space character immediately to its left, and must not be followed
immediately by a digit. Thus, $20,000 and $30,000 wont parse as math. If for some
reason you need to enclose text in literal $ characters, backslash-escape them and
they wont be treated as math delimiters.
## Math Syntax Support ## Math Syntax Support
KaTeX is based on TeX and LaTeX. Support for both is growing. Here's a list of KaTeX is based on TeX and LaTeX. Support for both is growing. Here's a list of