From 30dbd6a98127867301a9bb478bcb230b1dca5b6d Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 2 Nov 2018 23:06:50 -0700 Subject: Roff reader: tbl improvements. --- src/Text/Pandoc/Readers/Roff.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Text/Pandoc/Readers/Roff.hs') diff --git a/src/Text/Pandoc/Readers/Roff.hs b/src/Text/Pandoc/Readers/Roff.hs index 8121bedfe..2ec79ddb2 100644 --- a/src/Text/Pandoc/Readers/Roff.hs +++ b/src/Text/Pandoc/Readers/Roff.hs @@ -548,7 +548,8 @@ lexGroup = do where groupstart = try $ string "\\{\\" >> newline groupend = try $ optional (char '.' >> many spacetab) >> - string "\\}" >> eofline + string "\\}" >> (lexLine <|> lexEmptyLine) + -- could be comment lexIncludeFile :: PandocMonad m => [Arg] -> RoffLexer m RoffTokens lexIncludeFile args = do -- cgit v1.2.3