Allow gfm_auto_identifiers, ascii_identifiers extensions for docx.

This commit is contained in:
John MacFarlane 2020-09-25 09:53:56 -07:00
parent 188c444990
commit 5a388ab2f5

View file

@ -458,7 +458,7 @@ getAllExtensions f = universalExtensions <> getAll f
getAll "markdown" = allMarkdownExtensions
getAll "ipynb" = allMarkdownExtensions <> extensionsFromList
[ Ext_raw_markdown ]
getAll "docx" = extensionsFromList
getAll "docx" = autoIdExtensions <> extensionsFromList
[ Ext_empty_paragraphs
, Ext_styles
]