This document explores the edge cases and boundry conditions of the manuel.capture module. It is not meant as end-user documentation, but is rather a set of tests.
The text captured is determined by the indentation of the capture directive.
First level of indentation.
Second level of indentation.
Third level of indentation.
.. -> foo
If two capture directives are nested, the outer one is effective.
First level of indentation.
Second level of indentation.
Third level of indentation.
.. -> foo
.. -> bar
If the capture directive is accidentally indented, a (reasonable) error will be generated.
This is a block that will be captured::
Block
.. -> foo