LaTeX reader: Better handling of "table" environment.

Positioning options no longer rendered verbatim.
Partially addresses #1204.
This commit is contained in:
John MacFarlane 2014-03-25 12:04:25 -07:00
parent d7fbc40dff
commit 5e69f845d5

View file

@ -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)