mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-21 13:51:29 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user