aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2016-04-14 11:16:04 +0000
committerIngo Schwarze <schwarze@openbsd.org>2016-04-14 11:16:04 +0000
commit83a41f79faf4a55f59c7c9359f4f57ac0399b3b6 (patch)
tree11a8f2445e6e7483dea6306c830a5f4a7be0982f
parentcd578b2231462a7721ddeb2fed36ff65e9c247d7 (diff)
downloadmandoc-83a41f79faf4a55f59c7c9359f4f57ac0399b3b6.tar.gz
mandoc-83a41f79faf4a55f59c7c9359f4f57ac0399b3b6.tar.zst
mandoc-83a41f79faf4a55f59c7c9359f4f57ac0399b3b6.zip
in -man -Thtml, .nf does not preserve indentation
-rw-r--r--TODO7
1 files changed, 6 insertions, 1 deletions
diff --git a/TODO b/TODO
index d24c939a..b64c0ad7 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
************************************************************************
* Official mandoc TODO.
-* $Id: TODO,v 1.216 2016/01/08 01:37:32 schwarze Exp $
+* $Id: TODO,v 1.217 2016/04/14 11:16:04 schwarze Exp $
************************************************************************
Many issues are annotated for difficulty as follows:
@@ -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 &nbsp;
+ 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