Roff reader: tbl improvements.

This commit is contained in:
John MacFarlane 2018-11-02 23:06:50 -07:00
parent 9719b0c74c
commit 30dbd6a981

View file

@ -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