FIxed typo: Ext_superscript, Ext_subscript.
This commit is contained in:
parent
68c02e1d01
commit
421845202d
1 changed files with 2 additions and 2 deletions
|
@ -231,8 +231,8 @@ multimarkdownExtensions = Set.fromList
|
|||
-- 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
|
||||
, Ext_superscript
|
||||
, Ext_subscript
|
||||
]
|
||||
|
||||
strictExtensions :: Set Extension
|
||||
|
|
Loading…
Reference in a new issue