diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2013-06-27 19:32:28 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2013-06-27 19:32:28 -0700 |
commit | dd96213c055d72b65e0c70552d9b4e3a824ba3ee (patch) | |
tree | b7556b66e207257093a4f9653fa9f1c96a995844 /tests | |
parent | 82e46bf3852b776defab85f3347115260d332250 (diff) | |
download | pandoc-dd96213c055d72b65e0c70552d9b4e3a824ba3ee.tar.gz |
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.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/writer.man | 2 |
1 files changed, 1 insertions, 1 deletions
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. |