From 3f2bb78f6bc01c892d9404d8c0188a29f2baa7cc Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 24 Jul 2020 21:52:11 -0700 Subject: Make sure proper set of extensions is recognized for commonmark_x. --- src/Text/Pandoc/Extensions.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Text/Pandoc/Extensions.hs b/src/Text/Pandoc/Extensions.hs index 0358c84f1..c0a906d1b 100644 --- a/src/Text/Pandoc/Extensions.hs +++ b/src/Text/Pandoc/Extensions.hs @@ -485,6 +485,7 @@ getAllExtensions f = universalExtensions <> getAll f , Ext_implicit_header_references , Ext_attributes ] + getAll "commonmark_x" = getAll "commonmark" getAll "org" = autoIdExtensions <> extensionsFromList [ Ext_citations -- cgit v1.2.3