update comment

pull/268/head
aviatesk 2020-01-07 23:51:55 +09:00
parent d0ecc30f52
commit e18c5f35e3
1 changed files with 3 additions and 1 deletions

View File

@ -4,7 +4,9 @@ using Markdown
import Markdown: @trigger, @breaking, Code, MD, withstream, startswith, LaTeX
function __init__()
# NOTE: **overwrite** `Markdown.latex` function
# NOTE:
# overwriting `Markdown.latex` function should be done here in order to allow
# incremental precompilations
Markdown.eval(quote
function latex(io::IO, tex::Markdown.LaTeX)
math_envs = ["align", "equation", "eqnarray"]