FIxed typo: Ext_superscript, Ext_subscript.

This commit is contained in:
John MacFarlane 2015-10-03 16:03:40 -07:00
parent 68c02e1d01
commit 421845202d

View file

@ -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