view tests/test_pagebreak.yaml @ 28:c9850153e4b3

Don't render empty title pages by default.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 12 Jan 2017 00:45:07 -0800
parents 59fe8cb6190d
children
line wrap: on
line source

---
in: |
    Here is some action.

    NARRATOR
    A page break is coming.

    ===

    There it was.
out:
    - "!Here is some action."
    - "@NARRATOR"
    - "=A page break is coming."
    - "<pagebreak>"
    - "!\nThere it was."