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:
parent
b217137d98
commit
90141e7b4f
1 changed files with 1 additions and 0 deletions
|
@ -275,6 +275,7 @@ multimarkdownExtensions = extensionsFromList
|
||||||
-- Note: MMD's raw TeX syntax requires raw TeX to be
|
-- Note: MMD's raw TeX syntax requires raw TeX to be
|
||||||
-- enclosed in HTML comment
|
-- enclosed in HTML comment
|
||||||
, Ext_tex_math_double_backslash
|
, Ext_tex_math_double_backslash
|
||||||
|
, Ext_tex_math_dollars
|
||||||
, Ext_intraword_underscores
|
, Ext_intraword_underscores
|
||||||
, Ext_mmd_title_block
|
, Ext_mmd_title_block
|
||||||
, Ext_footnotes
|
, Ext_footnotes
|
||||||
|
|
Loading…
Add table
Reference in a new issue