]> git.cameronkatri.com Git - mandoc.git/commit
Macro lines now infer an `It' if they immediately follow a `Bl -column'
authorKristaps Dzonsons <kristaps@bsd.lv>
Mon, 31 May 2010 20:14:10 +0000 (20:14 +0000)
committerKristaps Dzonsons <kristaps@bsd.lv>
Mon, 31 May 2010 20:14:10 +0000 (20:14 +0000)
commitb7153d502e23dfcc397320ccede50ae94fbe9d92
tree2629012b2f8ca52386727ee899414c6c10ad784e
parentb6aa2f00fb00f63dc5e8e9e66c27887dfb7cb608
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.
TODO
mdoc.c
regress/mdoc/It/freecol-macro0.in [new file with mode: 0644]
regress/mdoc/It/freecol-macro1.in [new file with mode: 0644]
regress/mdoc/It/freecol-macro2.in [new file with mode: 0644]