Make sure proper set of extensions is recognized for commonmark_x.

This commit is contained in:
John MacFarlane 2020-07-24 21:52:11 -07:00
parent 5c4ff810d1
commit 3f2bb78f6b

View file

@ -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