changelog: combine entries for issue #5984.
This commit is contained in:
parent
434a483eab
commit
2578166556
1 changed files with 4 additions and 5 deletions
|
@ -33,13 +33,12 @@
|
||||||
|
|
||||||
* Org reader (Albert Krewinkel):
|
* Org reader (Albert Krewinkel):
|
||||||
|
|
||||||
+ Add table labels to caption if both are present (#5984).
|
+ Wrap named table in Div, using name as id (#5984).
|
||||||
The table `#+NAME:` or `#+LABEL:` is added to the table's
|
Tables which are given a name via `#+NAME:` or `#+LABEL:`
|
||||||
caption in the form of an empty span with the label set as
|
are wrapped in an additional Div, with the name set as the
|
||||||
the span's ID.
|
Div's ID.
|
||||||
+ Report parsing errors properly.
|
+ Report parsing errors properly.
|
||||||
+ Fix parsing problem for colons in headline (#5993).
|
+ Fix parsing problem for colons in headline (#5993).
|
||||||
+ Wrap named table in Div, using name as id (#5984).
|
|
||||||
|
|
||||||
* Text.Pandoc.PDF: Ensure UTF8 when printing source in
|
* Text.Pandoc.PDF: Ensure UTF8 when printing source in
|
||||||
`--verbose` mode, avoiding an error on platforms that
|
`--verbose` mode, avoiding an error on platforms that
|
||||||
|
|
Loading…
Add table
Reference in a new issue