From d6b7b1dc772249e9a1b56bcdd4ae816cc54edb51 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 18 Jul 2020 15:17:06 -0700 Subject: Remove use of cmark-gfm for commonmark/gfm rendering. Instead rely on the markdown writer with appropriate extensions. Export writeCommonMark variant from Markdown writer. This changes a few small things in rendering markdown, e.g. w/r/t requiring backslashes before spaces inside super/subscripts. --- pandoc.cabal | 1 - 1 file changed, 1 deletion(-) (limited to 'pandoc.cabal') diff --git a/pandoc.cabal b/pandoc.cabal index 6be465c45..90b41c593 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -425,7 +425,6 @@ library commonmark-pandoc >= 0.1, commonmark >= 0.1, commonmark-extensions >= 0.1, - cmark-gfm >= 0.2.0, network-uri >= 2.6 && < 2.7, network >= 2.6, connection >= 0.3.1, -- cgit v1.2.3