diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-10-10 13:13:42 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-10-10 13:15:58 -0700 |
commit | ce07f1bd689662f8917bf76797527b429e633cbd (patch) | |
tree | 267d049687082f355a7b936e4b46fd1f9a17cdf8 /README | |
parent | 4aabcf3d4ea99f60880b3bf2c14c53ac241a9846 (diff) | |
download | pandoc-ce07f1bd689662f8917bf76797527b429e633cbd.tar.gz |
Man template improvements:
- Added comment stating that the page is autogenerated by
pandoc, giving version.
- Added `adjusting` and `hyphenate` variables.
- Documented new variables.
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1200,6 +1200,13 @@ Variables for man pages `footer` : footer in man pages +`adjusting` +: adjusts text to left (`l`), right (`r`), center (`c`), + or both (`b`) margins + +`hyphenate` +: if `true` (the default), hyphenation will be used + Using variables in templates ---------------------------- |