diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2019-03-02 16:30:53 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2019-03-02 16:30:53 +0000 |
commit | be2d658ff351ddf43d6f93e2faeb5ab4d9a58d20 (patch) | |
tree | 64d335c9191eba849d26998c195ca9b87564b89c /TODO | |
parent | 4d38af9845d3e85ca8120d21d9ef44415769ecfb (diff) | |
download | mandoc-be2d658ff351ddf43d6f93e2faeb5ab4d9a58d20.tar.gz |
Represent multiple subsequent .IP blocks having a consistent
head argument of *, \-, or \(bu as <ul> rather than as <dl>,
using a bit of heuristics.
Basic idea suggested by Dagfinn Ilmari Mannsaker <ilmari at github>
in https://github.com/Debian/debiman/issues/67 and independently by
<Pali dot Rohar at gmail dot com> on <discuss at mandoc dot bsd dot lv>.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -342,11 +342,6 @@ are mere guesses, and some may be wrong. --- HTML issues -------------------------------------------------------- -- 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 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 |