From f13f142945a1a05ef7b54b720b1670d16a051225 Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Sun, 12 Nov 2017 16:02:25 +0300 Subject: Add emacs extension --- src/Text/Pandoc/Extensions.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Text') diff --git a/src/Text/Pandoc/Extensions.hs b/src/Text/Pandoc/Extensions.hs index b1b8336ef..ef05a597e 100644 --- a/src/Text/Pandoc/Extensions.hs +++ b/src/Text/Pandoc/Extensions.hs @@ -153,6 +153,7 @@ data Extension = | Ext_smart -- ^ "Smart" quotes, apostrophes, ellipses, dashes | Ext_old_dashes -- ^ -- = em, - before number = en | Ext_spaced_reference_links -- ^ Allow space between two parts of ref link + | Ext_emacs -- ^ Try to emulate Emacs Muse instead of Amusewiki deriving (Show, Read, Enum, Eq, Ord, Bounded, Data, Typeable, Generic) instance ToJSON Extension where -- cgit v1.2.3