aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKolenCheung <christian.kolen@gmail.com>2016-10-08 14:03:26 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2016-10-09 21:30:03 +0200
commit46be319ca942230e5251ac906ccec36bd36064da (patch)
tree4114b2d8e5eb8c8c71984b646ffa479096f70e64
parentea5c6200b3a2b44dbece016cde1bbcb4971097a0 (diff)
downloadpandoc-46be319ca942230e5251ac906ccec36bd36064da.tar.gz
removed mmd raw_tex in src/Text/Pandoc/Options.hs
-rw-r--r--src/Text/Pandoc/Options.hs4
-rw-r--r--temp2.txt16
2 files changed, 11 insertions, 9 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
diff --git a/temp2.txt b/temp2.txt
index 9f665aff6..2bdae3a72 100644
--- a/temp2.txt
+++ b/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