aboutsummaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-06-23 11:12:40 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2020-06-23 11:12:40 -0700
commit9b7282bb0f27546354b777d2174c26fb88c8e110 (patch)
tree5700745d571e75cd19599f3a8b28b87a5dd2acbc /changelog.md
parent3b25511e47a246e7ab210a086baf7dd56fbf1f2a (diff)
downloadpandoc-9b7282bb0f27546354b777d2174c26fb88c8e110.tar.gz
LaTeX reader: Retain the Div around tables with attributes.
We'll need this to store table attributes until all writers are adjusted to react to attributes on the Table element.
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/changelog.md b/changelog.md
index 52ff41dd0..dd20afa5b 100644
--- a/changelog.md
+++ b/changelog.md
@@ -89,13 +89,6 @@
for the part after the initial capital. Ensure that both
arguments are parsed, so that in Markdown both
are treated as raw LateX. (Closes #6258.)
- + Don't put surrounding Div around Table.
- This reverts a change in the last release; the Div is
- no longer needed, because we can now put the id right in
- the Table's attributes. However, writers may still need
- to be modified to do something with the id in a Table
- (e.g. create an anchor), so in the short term we may lose
- the ability to link to tables in some writers.
* Org reader (Albert Krewinkel):