summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Options.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2012-08-11 15:04:12 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2012-08-11 15:04:12 -0700
commit78d3a0fb9d3f862d5e2b61bd45434f7af9cd9f18 (patch)
treed9d421ec88fb89baa93e25199e4df419b1b235ca /src/Text/Pandoc/Options.hs
parent9591fc96147610fddd210ae6396f54850018754e (diff)
Implemented Ext_markdown_attribute.
This adds markdown=1 to block tags.
Diffstat (limited to 'src/Text/Pandoc/Options.hs')
-rw-r--r--src/Text/Pandoc/Options.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Text/Pandoc/Options.hs b/src/Text/Pandoc/Options.hs
index f7f07a939..6d235e7a8 100644
--- a/src/Text/Pandoc/Options.hs
+++ b/src/Text/Pandoc/Options.hs
@@ -64,6 +64,7 @@ data Extension = Ext_footnotes
| Ext_delimited_code_blocks
| Ext_inline_code_attributes
| Ext_markdown_in_html_blocks
+ | Ext_markdown_attribute
| Ext_escaped_line_breaks
| Ext_autolink_code_spans
| Ext_fancy_lists