aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-06-12 10:20:19 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-06-12 10:20:19 -0700
commitea53a1dc5c68e6a1a2e450422147a66fd2aa9efd (patch)
tree54fbfe805d1ee6410bf27c04531ddd0bebc3550d /src/Text/Pandoc
parentb0cd6c622494666add6bdd7674ec5b7791bc83d0 (diff)
downloadpandoc-ea53a1dc5c68e6a1a2e450422147a66fd2aa9efd.tar.gz
Markdown writer: allow `pipe_tables` to be disabled for commonmark...
(commonmark_x, gfm). Closes #7375.
Diffstat (limited to 'src/Text/Pandoc')
-rw-r--r--src/Text/Pandoc/Writers/Markdown.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Writers/Markdown.hs b/src/Text/Pandoc/Writers/Markdown.hs
index b16c71358..425ea07ca 100644
--- a/src/Text/Pandoc/Writers/Markdown.hs
+++ b/src/Text/Pandoc/Writers/Markdown.hs
@@ -75,7 +75,6 @@ writeCommonMark opts document =
-- we set them here so that escapeText will behave
-- properly.
enableExtension Ext_all_symbols_escapable $
- enableExtension Ext_pipe_tables $
enableExtension Ext_intraword_underscores $
writerExtensions opts }