diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-05-31 20:14:10 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-05-31 20:14:10 +0000 |
commit | 2ed520ef0116f227a4e219a833990f4b42bb524b (patch) | |
tree | 8bd3428e12902772c6ee7e551ef98e0717c54cfe /TODO | |
parent | 7dcb39bda3829c02e25af335e95631edef2a260b (diff) | |
download | mandoc-2ed520ef0116f227a4e219a833990f4b42bb524b.tar.gz |
Macro lines now infer an `It' if they immediately follow a `Bl -column'
or a closed-out `It' block within a `Bl -column' (which only happens
when a macro or free-form text is encountered prior to an `It').
Added some regression tests for this behaviour.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -57,6 +57,8 @@ - explicitly disallow nested `Bl -column', which would clobber internal flags defined for struct mdoc_macro + +- set a meaningful default if no `Bl' list type is assigned ************************************************************************ * formatting issues: ugly output |