I want to document a process that has some nested If-Else decision steps. The documentation must be printable, so I don't have a lot of space for proper left indentation to represent the current level and there is a lot of content that cannot be shrunk.
Also, I want to make it clear when an If block ends and you return to the parent scope, or jump the Else block.
Any ideas are welcome! Thanks.

