removed mmd raw_tex in src/Text/Pandoc/Options.hs
This commit is contained in:
parent
ea5c6200b3
commit
46be319ca9
2 changed files with 11 additions and 9 deletions
|
@ -223,7 +223,9 @@ multimarkdownExtensions = Set.fromList
|
|||
, Ext_raw_html
|
||||
, Ext_markdown_attribute
|
||||
, Ext_mmd_link_attributes
|
||||
, Ext_raw_tex
|
||||
-- , Ext_raw_tex
|
||||
-- Note: MMD's raw TeX syntax requires raw TeX to be
|
||||
-- enclosed in HTML comment
|
||||
, Ext_tex_math_double_backslash
|
||||
, Ext_intraword_underscores
|
||||
, Ext_mmd_title_block
|
||||
|
|
16
temp2.txt
16
temp2.txt
|
@ -1,8 +1,8 @@
|
|||
.//MANUAL.txt
|
||||
.//changelog
|
||||
.//man/pandoc.1
|
||||
.//src/Text/Pandoc.hs
|
||||
.//src/Text/Pandoc/Options.hs
|
||||
.//src/Text/Pandoc/Templates.hs
|
||||
.//trypandoc/index.html
|
||||
.//trypandoc/trypandoc.hs
|
||||
MANUAL.txt
|
||||
changelog
|
||||
man/pandoc.1
|
||||
# src/Text/Pandoc.hs
|
||||
# src/Text/Pandoc/Options.hs
|
||||
src/Text/Pandoc/Templates.hs
|
||||
trypandoc/index.html
|
||||
trypandoc/trypandoc.hs
|
||||
|
|
Loading…
Add table
Reference in a new issue