From fde8635a181a6ed0cec2a1756fc3e35fee39d29d Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 19 Oct 2022 09:11:34 -0700 Subject: Split Text.Pandoc.Version from Text.Pandoc.Shared. This new module exports `pandocVersion` and `pandocVersionText`, which are no longer exported from Text.Pandoc.Shared. [API change] Also, we now set the `pandoc-version` variable centrally rather than in the writers. One effect is the man writer now emits a comment with the pandoc version (this was intended before, judging from the template, but it didn't happen because the vairable wasn't set). --- test/writer.man | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/writer.man') diff --git a/test/writer.man b/test/writer.man index 30d83465f..752852322 100644 --- a/test/writer.man +++ b/test/writer.man @@ -1,3 +1,5 @@ +.\" Automatically generated by Pandoc 3.0 +.\" .\" Define V font for inline verbatim, using C font in formats .\" that render this, and otherwise B font. .ie "\f[CB]x\f[]"x" \{\ -- cgit v1.2.3