LaTeX reader: allow optional arguments after \\ in tables.
This commit is contained in:
parent
681afbfaac
commit
8a157ff839
1 changed files with 2 additions and 1 deletions
|
@ -2119,7 +2119,8 @@ hline = try $ do
|
|||
return ()
|
||||
|
||||
lbreak :: PandocMonad m => LP m Tok
|
||||
lbreak = (controlSeq "\\" <|> controlSeq "tabularnewline") <* spaces
|
||||
lbreak = (controlSeq "\\" <|> controlSeq "tabularnewline")
|
||||
<* skipopts <* spaces
|
||||
|
||||
amp :: PandocMonad m => LP m Tok
|
||||
amp = symbol '&'
|
||||
|
|
Loading…
Add table
Reference in a new issue