From 46be319ca942230e5251ac906ccec36bd36064da Mon Sep 17 00:00:00 2001 From: KolenCheung Date: Sat, 8 Oct 2016 14:03:26 -0700 Subject: removed mmd raw_tex in src/Text/Pandoc/Options.hs --- src/Text/Pandoc/Options.hs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/Text/Pandoc/Options.hs b/src/Text/Pandoc/Options.hs index 73f7a2039..1aa07515e 100644 --- a/src/Text/Pandoc/Options.hs +++ b/src/Text/Pandoc/Options.hs @@ -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 -- cgit v1.2.3