view tests/test_pagebreak.yaml @ 30:ff71a3e7fab0

html: Don't make a notes section if there are no notes.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 12 Jan 2017 09:18:36 -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."