Markdown writer: allow pipe_tables to be disabled for commonmark...

(commonmark_x, gfm).  Closes #7375.
This commit is contained in:
John MacFarlane
2021-06-12 10:20:19 -07:00
parent b0cd6c6224
commit ea53a1dc5c
-1
View File
@@ -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 }