For markdown_mmd, add: implicit_figures, superscripts, subscripts.
See #2401.
This commit is contained in:
parent
4443af4d8d
commit
68c02e1d01
1 changed files with 9 additions and 0 deletions
|
@ -224,6 +224,15 @@ multimarkdownExtensions = Set.fromList
|
|||
, Ext_implicit_header_references
|
||||
, Ext_auto_identifiers
|
||||
, Ext_mmd_header_identifiers
|
||||
, Ext_implicit_figures
|
||||
-- Note: MMD's syntax for superscripts and subscripts
|
||||
-- is a bit more permissive than pandoc's, allowing
|
||||
-- e^2 and a~1 instead of e^2^ and a~1~, so even with
|
||||
-- these options we don't have full support for MMD
|
||||
-- superscripts and subscripts, but there's no reason
|
||||
-- not to include these:
|
||||
, Ext_superscripts
|
||||
, Ext_subscripts
|
||||
]
|
||||
|
||||
strictExtensions :: Set Extension
|
||||
|
|
Loading…
Add table
Reference in a new issue