Add tex_math_dollars to multimarkdownExtensions.

This form is now supported in multimarkdown,
in addition to `tex_math_double_backslash`.

See #5512.
This commit is contained in:
John MacFarlane 2019-05-18 10:02:21 -07:00
parent b217137d98
commit 90141e7b4f

View file

@ -275,6 +275,7 @@ multimarkdownExtensions = extensionsFromList
-- Note: MMD's raw TeX syntax requires raw TeX to be
-- enclosed in HTML comment
, Ext_tex_math_double_backslash
, Ext_tex_math_dollars
, Ext_intraword_underscores
, Ext_mmd_title_block
, Ext_footnotes