summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Options.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2012-08-10 21:57:54 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2012-08-10 21:57:54 -0700
commiteb4d522a56de3455f9b31841a04adf64c8dafa90 (patch)
treef2923e649918f12190144d29d13c73825c7c3863 /src/Text/Pandoc/Options.hs
parent417cde38af7a77e79f12c9f78b678aec50701af2 (diff)
Options and documentation for backslash tex math options.
Ext_tex_math_single_backslash and Ext_tex_math_double_backslash. Still need to code in reader.
Diffstat (limited to 'src/Text/Pandoc/Options.hs')
-rw-r--r--src/Text/Pandoc/Options.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Text/Pandoc/Options.hs b/src/Text/Pandoc/Options.hs
index 9c6d55f25..f7f07a939 100644
--- a/src/Text/Pandoc/Options.hs
+++ b/src/Text/Pandoc/Options.hs
@@ -58,6 +58,8 @@ data Extension = Ext_footnotes
| Ext_citations
| Ext_raw_tex
| Ext_tex_math_dollars
+ | Ext_tex_math_single_backslash
+ | Ext_tex_math_double_backslash
| Ext_latex_macros
| Ext_delimited_code_blocks
| Ext_inline_code_attributes