diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-12-03 10:27:07 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-12-03 10:38:48 -0800 |
commit | 7b66f84b80584462e3b35147894e24cd65b82877 (patch) | |
tree | 16832e9771524daf714030c74f0bf888238bcf42 | |
parent | b63dc2ca0aa75b9ff86eb54da6ed8fb0bc508e46 (diff) | |
download | pandoc-7b66f84b80584462e3b35147894e24cd65b82877.tar.gz |
Fixed man template so disabling hyphenation actually works.
The command needs to come after .TH.
m--------- | data/templates | 14 | ||||
-rw-r--r-- | tests/writer.man | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/data/templates b/data/templates -Subproject 5e9fad4cafe45a883001dcd41e701b3453e0833 +Subproject 4407397a7a9e067246500049f70f70a5c144a1c diff --git a/tests/writer.man b/tests/writer.man index 48d907fc0..b0aece96b 100644 --- a/tests/writer.man +++ b/tests/writer.man @@ -1,5 +1,5 @@ -.hy .TH "Pandoc Test Suite" "" "July 17, 2006" "" "" +.hy .PP This is a set of tests for pandoc. Most of them are adapted from John Gruber's markdown test suite. |