diff options
author | KolenCheung <christian.kolen@gmail.com> | 2016-10-08 14:03:26 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-10-09 21:30:03 +0200 |
commit | 46be319ca942230e5251ac906ccec36bd36064da (patch) | |
tree | 4114b2d8e5eb8c8c71984b646ffa479096f70e64 /src/Text | |
parent | ea5c6200b3a2b44dbece016cde1bbcb4971097a0 (diff) | |
download | pandoc-46be319ca942230e5251ac906ccec36bd36064da.tar.gz |
removed mmd raw_tex in src/Text/Pandoc/Options.hs
Diffstat (limited to 'src/Text')
-rw-r--r-- | src/Text/Pandoc/Options.hs | 4 |
1 files changed, 3 insertions, 1 deletions
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 |