aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-10-23 11:47:12 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-10-23 11:47:12 -0700
commitb0fa2b954f2b48a77e0f8b38d38873530c864d29 (patch)
tree8e1819e7aa0c157a85b851d2dca43ffc167b1954
parentc916a07bad3426543918635bd32879833d44f1a9 (diff)
downloadpandoc-b0fa2b954f2b48a77e0f8b38d38873530c864d29.tar.gz
Man reader: handle .if.
-rw-r--r--src/Text/Pandoc/Readers/Man.hs1
1 files changed, 1 insertions, 0 deletions
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