summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-05-04 16:36:35 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2017-05-04 16:36:35 +0200
commit1668998c460be69fb5b26c3ba727c878394be331 (patch)
treed36635d55720a7ac534fe8edcffdd7f76d4d0998 /src
parent430e6be1f41358bed21b2edf02bcdb41dbee88cc (diff)
Include `backtick_code_blocks` extension in `mardkown_mmd`.
Closes #3637.
Diffstat (limited to 'src')
-rw-r--r--src/Text/Pandoc/Extensions.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Text/Pandoc/Extensions.hs b/src/Text/Pandoc/Extensions.hs
index 24f7d56ec..374fae2c1 100644
--- a/src/Text/Pandoc/Extensions.hs
+++ b/src/Text/Pandoc/Extensions.hs
@@ -271,6 +271,7 @@ multimarkdownExtensions = extensionsFromList
-- not to include these:
, Ext_superscript
, Ext_subscript
+ , Ext_backtick_code_blocks
]
-- | Language extensions to be used with strict markdown.