diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2016-04-14 11:16:04 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2016-04-14 11:16:04 +0000 |
commit | 6e84df2c172eaa4ca3bb5c98c3f7c9b1d5517029 (patch) | |
tree | b90a31c5004721358e93adf469d5ba0d23c96823 /TODO | |
parent | 62244156bb39ecbe6aed09712ecc48fc86ac1435 (diff) | |
download | mandoc-6e84df2c172eaa4ca3bb5c98c3f7c9b1d5517029.tar.gz |
in -man -Thtml, .nf does not preserve indentation
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -416,6 +416,11 @@ are mere guesses, and some may be wrong. see also matthew@ Fri, 18 Jul 2014 19:25:12 -0700 loc * exist * algo ** size * imp *** +- In -man -Thtml, .nf does not preserve indentation. + It should either convert blanks to + or use <pre> rather than <div> (like .Bd -literal does). + Reported by afresh1@ 12 Apr 2016 14:35:45 -0700 + - .Bf at the beginning of a paragraph inserts a bogus 1ex horizontal space, see for example random(3). Introduced in http://mdocml.bsd.lv/cgi-bin/cvsweb/mdoc_html.c.diff?r1=1.91&r2=1.92 |