summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-05-30 22:56:02 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-05-30 22:56:02 +0000
commit3bc2083f7ee493642602f9dcee0f82ecbcca4c85 (patch)
treedcd389ecbb19d7ac1548b907063f320ddff97cb5 /TODO
parent23898d93c7914bc2b07dc60fde156bdff597205b (diff)
downloadmandoc-3bc2083f7ee493642602f9dcee0f82ecbcca4c85.tar.gz
Migrate `Bl -column' phrases to be MDOC_BODY instead of MDOC_HEAD. This
will make it easy for re-entrant parsing of `Ta' macros to fit in with standard closure rules. Added some more regressions for `Bl -column'. Note that one should fail, as documented in the TODO file. Recorded change of AST BNF in mdoc.3.
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 5 insertions, 1 deletions
diff --git a/TODO b/TODO
index 63ffd3dc..09871654 100644
--- a/TODO
+++ b/TODO
@@ -50,7 +50,11 @@
noticed by espie@ Fri, 23 Apr 2010 17:10:35 +0200
NEEDS MERGING TO bsd.lv
-
+- implement blank `Bl -column', such as
+ .Bl -column
+ .It foo Ta bar
+ .El
+
************************************************************************
* formatting issues: ugly output
************************************************************************