LaTeX reader: Better handling of "table" environment.
Positioning options no longer rendered verbatim. Partially addresses #1204.
This commit is contained in:
parent
d7fbc40dff
commit
5e69f845d5
1 changed files with 1 additions and 0 deletions
|
@ -894,6 +894,7 @@ environments = M.fromList
|
|||
, ("letter", env "letter" letter_contents)
|
||||
, ("figure", env "figure" $ skipopts *> blocks)
|
||||
, ("center", env "center" blocks)
|
||||
, ("table", env "table" $ skipopts *> blocks)
|
||||
, ("tabular", env "tabular" simpTable)
|
||||
, ("quote", blockQuote <$> env "quote" blocks)
|
||||
, ("quotation", blockQuote <$> env "quotation" blocks)
|
||||
|
|
Loading…
Add table
Reference in a new issue