Make sure proper set of extensions is recognized for commonmark_x.
This commit is contained in:
parent
5c4ff810d1
commit
3f2bb78f6b
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue