aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2021-06-02 18:23:34 +0000
committerIngo Schwarze <schwarze@openbsd.org>2021-06-02 18:23:34 +0000
commitf888b17abe81be3175a5a71acf179f253f5f4b52 (patch)
treecdd4b0553a79664b0401cffbdf9d6c5c39971bbe
parentde34761a7b7b86c9539f9b86dbaf2bd789153ba1 (diff)
downloadmandoc-f888b17abe81be3175a5a71acf179f253f5f4b52.tar.gz
mandoc-f888b17abe81be3175a5a71acf179f253f5f4b52.tar.zst
mandoc-f888b17abe81be3175a5a71acf179f253f5f4b52.zip
tbl(7) layout "n" specifier for HTML output
-rw-r--r--TODO8
1 files changed, 7 insertions, 1 deletions
diff --git a/TODO b/TODO
index f1897bb4..66d27f6e 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
************************************************************************
* Official mandoc TODO.
-* $Id: TODO,v 1.312 2021/05/12 08:34:46 schwarze Exp $
+* $Id: TODO,v 1.313 2021/06/02 18:23:34 schwarze Exp $
************************************************************************
Many issues are annotated for difficulty as follows:
@@ -464,6 +464,12 @@ are mere guesses, and some may be wrong.
http://undeadly.org/cgi?action=article&sid=20140925064244&pid=1
loc * exist * algo ** size * imp ***
+- implement the tbl(7) layout "n" specifier for HTML output,
+ probably by manual alignment, inserting adequate numbers of
+ digit-width spaces, similar to tbl_term.c, tbl_number()
+ Oliver Corff 16 May 2021 20:29:00 +0200
+ loc ** exist ** algo ** size * imp **
+
- generate <img> tags in HTML
idea from florian@ Tue, 7 Apr 2015 00:26:28 +0000
may be possible to implement with .Lk img://something.png alt_text