pandoc/data/templates
John MacFarlane dd96213c05 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.
2013-06-27 19:32:28 -07:00

8 lines
320 B
Text

tree 51ba5d79c6775d506cfffd09f125a54b9e58c41e
parent 050ea0fa8dc51d1e722f8e88b7ce9a792474082f
author John MacFarlane <fiddlosopher@gmail.com> 1372386694 -0700
committer John MacFarlane <fiddlosopher@gmail.com> 1372386738 -0700
man template: removed `description`, added `header`, `footer`.
Added quotes where needed.