summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2018-10-25 21:23:52 +0000
committerIngo Schwarze <schwarze@openbsd.org>2018-10-25 21:23:52 +0000
commit6ec56464f278da7f91092e441e3411680237b171 (patch)
tree7cb2e4643679c918aac5a5c28c674d5acf69df20
parentc5692d062ca3cb8eb15948d7fbc2f5eb68be6cda (diff)
downloadmandoc-6ec56464f278da7f91092e441e3411680237b171.tar.gz
in -man -Thtml, vertical spacing is required before .IP
-rw-r--r--TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO b/TODO
index 6a0e735b..d3b2da0a 100644
--- a/TODO
+++ b/TODO
@@ -397,6 +397,12 @@ are mere guesses, and some may be wrong.
it does seem cleaner.)
loc ** exist ** algo * size * imp ***
+- .IP wants vertical spacing before itself;
+ currently, it is formatted like .Bl -compact.
+ Fixing this requires getting rid of the "float"
+ in the CSS for .Bl-tag first.
+ Reminded by Pali Rohar 25 Oct 2018 10:10:35 +0200.
+
- format ".IP *" etc. as <ul> rather than <dl>
https://github.com/Debian/debiman/issues/67
loc ** exist ** algo ** size * imp ***