aboutsummaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-10-29 15:33:36 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2017-10-29 15:33:36 -0700
commit2f5729ddda59e3ef47282ed6201567d987d2d97b (patch)
treecd35906e108ba6e32da77b67f901bc4982bc389e /changelog
parent1e1a7a9b83f13cfcbef5c4239e43f3724260cef4 (diff)
downloadpandoc-2f5729ddda59e3ef47282ed6201567d987d2d97b.tar.gz
Changelog format fixes.
Diffstat (limited to 'changelog')
-rw-r--r--changelog20
1 files changed, 10 insertions, 10 deletions
diff --git a/changelog b/changelog
index c8a67305b..174d44f6b 100644
--- a/changelog
+++ b/changelog
@@ -503,17 +503,17 @@ pandoc (2.0)
it will fail spectacularly for unknown raw or verbatim directives.
+ Handle chained link definitions (#262). For example,
- .. _hello:
- .. _goodbye: example.com
+ .. _hello:
+ .. _goodbye: example.com
Here both `hello` and `goodbye` should link to `example.com`.
+ Support anchors (#262). E.g.
- `hello`
+ `hello`
- .. _hello:
+ .. _hello:
- paragraph
+ paragraph
This is supported by putting "paragraph" in a `Div` with id `hello`.
+ Support `:widths:` attribute for table directive.
@@ -2095,11 +2095,11 @@ pandoc (1.19)
3. does some postprocessing of the paragraphs that combines tables
followed immediately by captions
- The ODT writer used the `TableCaption` style for the caption
- paragraph. This commit follows the OpenOffice approach which allows
- for appending captions to table but uses a built-in style named
- `Table` instead of `TableCaption`. Users of a custom `reference.odt`
- should change the style's name from `TableCaption` to `Table`.
+ The ODT writer used the `TableCaption` style for the caption
+ paragraph. This commit follows the OpenOffice approach which allows
+ for appending captions to table but uses a built-in style named
+ `Table` instead of `TableCaption`. Users of a custom `reference.odt`
+ should change the style's name from `TableCaption` to `Table`.
* ODT reader: Infer tables' header props from rows (#3199,
Hubert Plociniczak). ODT reader simply provided an empty header list