diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2018-11-25 18:04:58 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2018-11-25 18:04:58 +0000 |
commit | 146de3f75b3f64ddd06ababf395811b3abbb2fb3 (patch) | |
tree | 87b1f1441302aa63eb68a03ba183c6cfd2c4dda4 | |
parent | c29ce9367e07f532b586c411a9be06b56b656e95 (diff) | |
download | mandoc-146de3f75b3f64ddd06ababf395811b3abbb2fb3.tar.gz |
HTML formatting of .IP
-rw-r--r-- | TODO | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -399,8 +399,14 @@ are mere guesses, and some may be wrong. in the CSS for .Bl-tag first. Reminded by Pali Rohar 25 Oct 2018 10:10:35 +0200. +- format multiple subsequent .IP as a single list + rather than opening a new list for each item + Pali Rohar 25 Nov 2018 14:34:26 +0100 + loc * exist ** algo * size * imp *** + - format ".IP *" etc. as <ul> rather than <dl> https://github.com/Debian/debiman/issues/67 + reminded by Pali Rohar 25 Nov 2018 14:34:26 +0100 loc ** exist ** algo ** size * imp *** - .Bf at the beginning of a paragraph inserts a bogus 1ex horizontal |