parent
f232a0a720
commit
72e71a1dad
1 changed files with 2 additions and 0 deletions
|
@ -1022,6 +1022,8 @@ environments = M.fromList
|
||||||
, ("figure", env "figure" $
|
, ("figure", env "figure" $
|
||||||
resetCaption *> skipopts *> blocks >>= addImageCaption)
|
resetCaption *> skipopts *> blocks >>= addImageCaption)
|
||||||
, ("center", env "center" blocks)
|
, ("center", env "center" blocks)
|
||||||
|
, ("longtable", env "table" $
|
||||||
|
resetCaption *> skipopts *> blocks >>= addTableCaption)
|
||||||
, ("table", env "table" $
|
, ("table", env "table" $
|
||||||
resetCaption *> skipopts *> blocks >>= addTableCaption)
|
resetCaption *> skipopts *> blocks >>= addTableCaption)
|
||||||
, ("tabular*", env "tabular" $ simpTable True)
|
, ("tabular*", env "tabular" $ simpTable True)
|
||||||
|
|
Loading…
Add table
Reference in a new issue