aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/TODO
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2019-03-02 16:30:53 +0000
committerIngo Schwarze <schwarze@openbsd.org>2019-03-02 16:30:53 +0000
commit3c1300da5ab0cb01740f59192d61cb5a7931d1de (patch)
tree74df470d9bbb5d96c819c5b693a3a37bec28cb2f /TODO
parentd3f52b2d9dc5815b73119982013465a10140e182 (diff)
downloadmandoc-3c1300da5ab0cb01740f59192d61cb5a7931d1de.tar.gz
mandoc-3c1300da5ab0cb01740f59192d61cb5a7931d1de.tar.zst
mandoc-3c1300da5ab0cb01740f59192d61cb5a7931d1de.zip
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--TODO7
1 files changed, 1 insertions, 6 deletions
diff --git a/TODO b/TODO
index 80009d67..1d09e08f 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
************************************************************************
* Official mandoc TODO.
-* $Id: TODO,v 1.285 2019/03/01 10:57:17 schwarze Exp $
+* $Id: TODO,v 1.286 2019/03/02 16:30:53 schwarze Exp $
************************************************************************
Many issues are annotated for difficulty as follows:
@@ -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