From b0fa2b954f2b48a77e0f8b38d38873530c864d29 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 23 Oct 2018 11:47:12 -0700 Subject: Man reader: handle .if. --- src/Text/Pandoc/Readers/Man.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Text/Pandoc/Readers') diff --git a/src/Text/Pandoc/Readers/Man.hs b/src/Text/Pandoc/Readers/Man.hs index fe6bc5c4c..7cf46a59a 100644 --- a/src/Text/Pandoc/Readers/Man.hs +++ b/src/Text/Pandoc/Readers/Man.hs @@ -307,6 +307,7 @@ lexMacro = do case macroName of "nop" -> return mempty "ie" -> lexConditional + "if" -> lexConditional "el" -> skipConditional _ -> do -- cgit v1.2.3