From dd96213c055d72b65e0c70552d9b4e3a824ba3ee Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 27 Jun 2013 19:32:28 -0700 Subject: Man writer: give more fine-grained control in template. Now the `title`, `section`, `header`, and `footer` can all be set individually in metadata. The `description` variable has been removed. Quotes have been added so that spaces are allowed in the title. If you have a title that begins COMMAND(1) footer here | header here pandoc will parse it as before into a title, section, header, and footer. But you can also specify these elements explicitly. Closes #885. --- tests/writer.man | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/writer.man b/tests/writer.man index f0a6f348a..54baaf791 100644 --- a/tests/writer.man +++ b/tests/writer.man @@ -1,4 +1,4 @@ -.TH Pandoc "" "July 17, 2006" "Test Suite" +.TH "Pandoc Test Suite" "" "July 17, 2006" "" "" .PP This is a set of tests for pandoc. Most of them are adapted from John Gruber's markdown test suite. -- cgit v1.2.3