Roff reader: allow table options to be empty.

Partially addresses #5026.
This commit is contained in:
John MacFarlane 2018-10-27 08:19:44 -07:00
parent 92a810dc66
commit dae03de44c

View file

@ -389,7 +389,7 @@ tableRow = do
return (c:cs)
tableOptions :: PandocMonad m => RoffLexer m [TableOption]
tableOptions = try $ many1 tableOption <* spaces <* char ';'
tableOptions = try $ many tableOption <* spaces <* char ';'
tableOption :: PandocMonad m => RoffLexer m TableOption
tableOption = do