aboutsummaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-11-03 12:54:31 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2020-11-03 12:54:31 -0800
commit360fa88986e3fc6a230aad5378b676da877ffd25 (patch)
tree6c69800f1c8518bf09a50203d9916cd07a2e6016 /changelog.md
parent1b1827828869312eeb174c1c6308160072782b11 (diff)
downloadpandoc-360fa88986e3fc6a230aad5378b676da877ffd25.tar.gz
Update man page and changelog.
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 18666ab01..fb94d0c96 100644
--- a/changelog.md
+++ b/changelog.md
@@ -78,6 +78,9 @@
- Slightly reduced space after title header.
- Add CSS example to MANUAL
+ * man template: Change comment that triggers `tbl` from
+ `.\"t` to `'\" t`, as specified in groff_man(7) (#6803).
+
* Use latest commonmark, commonmark-extensions.
This fixes a bug with nested blocks in footnotes with the
`footnote` extension to `commonmark`. See jgm/commonmark-hs#63.