summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2018-09-23 05:34:58 +0000
committerIngo Schwarze <schwarze@openbsd.org>2018-09-23 05:34:58 +0000
commitf83ff771fc49448a44144e9cad66e3082ac58ce9 (patch)
tree13402be805d972721b62cbf8dacd65b8e72150b8
parentebb2ae0ade86462840e2db3f65ce4db844f34884 (diff)
downloadmandoc-f83ff771fc49448a44144e9cad66e3082ac58ce9.tar.gz
feature suggestions from EuroBSDCon 2018
-rw-r--r--TODO14
1 files changed, 14 insertions, 0 deletions
diff --git a/TODO b/TODO
index 6a0e735b..8143d0ca 100644
--- a/TODO
+++ b/TODO
@@ -209,6 +209,9 @@ are mere guesses, and some may be wrong.
--- missing eqn features -----------------------------------------------
+- Use a Unicode character for sqrt() in eqn output?
+ Suggested by an attendee during EuroBSDCon 2018.
+
- In a matrix, break the output line after each matrix line.
Found in the discussion at CDBUG 2015.
Suggested by Avi Weinstock.
@@ -390,6 +393,17 @@ are mere guesses, and some may be wrong.
--- HTML issues --------------------------------------------------------
+- table of content at the top of HTML (and perhaps ps/pdf) pages
+ only if there are at least two (or three?) non-standard sections
+ only if the new option -O toc is given
+ suggested by an attendee during EuroBSDCon 2018
+
+- support -O man with two arguments, typically using the first for
+ a local tree (like the release pages on mandoc.bsd.lv) and the
+ second for a remote tree (e.g. man.openbsd.org).
+ Probable syntax: -O man=first;second
+ Suggested by kristaps@ during EuroBSDCon 2018.
+
- wrap Sh and Ss content into <div>
Laura Morales <lauretas at mail dot com> 21 Apr 2018 18:10:48 +0200
(Evaluate whether this is really useful and has no adverse