diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-10-04 10:04:49 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-10-04 10:33:46 -0700 |
commit | f766348fd8ca2d619d9d4081d744a331eacdce02 (patch) | |
tree | debe1324b96d191b4ab8161785a86e8ad50a99d8 /test/command/4742.md | |
parent | 2caf198b46a4afbe97086136c57228e13fc71a45 (diff) | |
download | pandoc-f766348fd8ca2d619d9d4081d744a331eacdce02.tar.gz |
KaTeX: don't use autorenderer.
We no longer surround formulas with `\(..\)` or `\[..\]` and
rely on the autorenderer. Instead, we tell katex to convert
the contents of span elements with class "math". Since math has
already been identified, this avoids wasted time parsing
for LaTeX delimiters.
Note, however, that this may yield unexpected results
if you have span elements with class "math" that
don't contain LaTeX math.
Also, use latest version of KaTeX by default (0.9.0).
Closes #4946.
Diffstat (limited to 'test/command/4742.md')
0 files changed, 0 insertions, 0 deletions