v0.2.1 - Equations
Equations come out as LaTeX
Equations used to vanish from the output. Word, PowerPoint, OpenDocument, EPUB and RTF equations now convert to GitHub-flavored math: $...$ inline, $$ blocks for displayed formulas.
The roots are $x=\frac{-b\pm\sqrt{b^{2}-4ac}}{2a}$ for any a.
$$
\sum_{i=1}^{n}{x_{i}}=\sin{\left(\theta\right)}
$$
Covered: fractions, sub/superscripts, radicals, delimiters, n-ary operators with limits, functions, accents, bars, matrices, equation arrays, text runs, Unicode symbols, and the styled alphabets (bold, blackboard, fraktur, script, sans, mono).
Bindings get a math block and inline kind with the LaTeX in text.
Markdown
$ in ordinary text is now escaped, so a price can never pair up into a math span.
Full Changelog: v0.2.0...v0.2.1