summaryrefslogtreecommitdiffstats
path: root/TODO
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
commite4b7709a1c43fd251397020963a1ce703c8229b4 (patch)
tree2f54c0b7d0b64b5cbe0126f033af0fd288c8968f /TODO
parentfe9a9145d21e2d7cff309c80151856cdc727efd4 (diff)
downloadmandoc-e4b7709a1c43fd251397020963a1ce703c8229b4.tar.gz
tbl(7) layout "n" specifier for HTML output
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO b/TODO
index ba90df95..1aa8f329 100644
--- a/TODO
+++ b/TODO
@@ -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