summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Options.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2012-08-10 21:51:54 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2012-08-10 21:52:18 -0700
commit417cde38af7a77e79f12c9f78b678aec50701af2 (patch)
tree12c978736d3ee6bbba7119958725e6bc6000d155 /src/Text/Pandoc/Options.hs
parent88804c89bb8c55e4e4b0742e0cec260270150015 (diff)
Changed Ext_tex_math to Ext_tex_math_dollars.
Diffstat (limited to 'src/Text/Pandoc/Options.hs')
-rw-r--r--src/Text/Pandoc/Options.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Text/Pandoc/Options.hs b/src/Text/Pandoc/Options.hs
index 1e4ce98ba..9c6d55f25 100644
--- a/src/Text/Pandoc/Options.hs
+++ b/src/Text/Pandoc/Options.hs
@@ -57,7 +57,7 @@ data Extension = Ext_footnotes
| Ext_pipe_tables
| Ext_citations
| Ext_raw_tex
- | Ext_tex_math
+ | Ext_tex_math_dollars
| Ext_latex_macros
| Ext_delimited_code_blocks
| Ext_inline_code_attributes
@@ -93,7 +93,7 @@ pandocExtensions = Set.fromList
, Ext_pipe_tables
, Ext_citations
, Ext_raw_tex
- , Ext_tex_math
+ , Ext_tex_math_dollars
, Ext_latex_macros
, Ext_delimited_code_blocks
, Ext_inline_code_attributes