summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.