Roff reader: tbl improvements.
This commit is contained in:
parent
9719b0c74c
commit
30dbd6a981
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue