From 421845202d903a0db13af30cd3d492162357ae3b Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 3 Oct 2015 16:03:40 -0700 Subject: FIxed typo: Ext_superscript, Ext_subscript. --- src/Text/Pandoc/Options.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/Text/Pandoc/Options.hs b/src/Text/Pandoc/Options.hs index 09228705e..5085785fd 100644 --- a/src/Text/Pandoc/Options.hs +++ b/src/Text/Pandoc/Options.hs @@ -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 -- cgit v1.2.3