Allow gfm_auto_identifiers
, ascii_identifiers
extensions for docx.
This commit is contained in:
parent
188c444990
commit
5a388ab2f5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue