From 360fa88986e3fc6a230aad5378b676da877ffd25 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 3 Nov 2020 12:54:31 -0800 Subject: Update man page and changelog. --- changelog.md | 3 +++ man/pandoc.1 | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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. diff --git a/man/pandoc.1 b/man/pandoc.1 index 690020168..1ca8bf290 100644 --- a/man/pandoc.1 +++ b/man/pandoc.1 @@ -1,4 +1,4 @@ -.\"t +'\" t .\" Automatically generated by Pandoc 2.11.1 .\" .TH "Pandoc User\[cq]s Guide" "" "November 3, 2020" "pandoc 2.11.1" "" -- cgit v1.2.3