summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-12-13 13:14:39 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-12-13 13:14:39 +0000
commit4f8810a6b21aaef198d7405a74feb429f74a0091 (patch)
treeda80cf883750d6ffd9b033fcf97375e8ac098859 /TODO
parent97f753b93ce2400cb818cd376221849188e66969 (diff)
downloadmandoc-4f8810a6b21aaef198d7405a74feb429f74a0091.tar.gz
Fix a regression found by Carsten dot Kunze at arcor dot de:
Do not show bogus quotes when .Bl -column phrases are quoted.
Diffstat (limited to 'TODO')
-rw-r--r--TODO11
1 files changed, 10 insertions, 1 deletions
diff --git a/TODO b/TODO
index de1cf75f..28fd6c25 100644
--- a/TODO
+++ b/TODO
@@ -299,9 +299,18 @@ are mere guesses, and some may be wrong.
* formatting issues: ugly output
************************************************************************
-- a column list with blank `Ta' cells triggers a spurrious
+- revisit empty in-line macros
+ look at the difference between "Em x Em ." and "Sq x Em ."
+ Carsten Kunze Fri, 12 Dec 2014 00:15:41 +0100
+ loc *** exist *** algo *** size * imp **
+
+- a column list with blank `Ta' cells triggers a spurious
start-with-whitespace printing of a newline
+- In .Bl -column, .It a<tab>"b<tab>c"
+ shows the quotes in groff, but not in mandoc
+ loc * exist *** algo ** size * imp **
+
- In .Bl -column,
.It Em Authentication<tab>Key Length
ought to render "Key Length" with emphasis, too,