LaTeX reader: Skip positional options after \begin{figure}
.
This commit is contained in:
parent
af6f216c96
commit
d097734189
1 changed files with 1 additions and 0 deletions
|
@ -808,6 +808,7 @@ environments :: M.Map String (LP Blocks)
|
|||
environments = M.fromList
|
||||
[ ("document", env "document" blocks <* skipMany anyChar)
|
||||
, ("letter", env "letter" letter_contents)
|
||||
, ("figure", env "figure" $ skipopts *> blocks)
|
||||
, ("center", env "center" blocks)
|
||||
, ("tabular", env "tabular" simpTable)
|
||||
, ("quote", blockQuote <$> env "quote" blocks)
|
||||
|
|
Loading…
Reference in a new issue