view tests/test_lyrics.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 74b83e3d921e
children
line wrap: on
line source

---
in: "~Willy Wonka! Willy Wonka! The amazing chocolatier!"
out:
    - "~Willy Wonka! Willy Wonka! The amazing chocolatier!"
---
in: |
    ~This is lyrics
    But this is not
out:
    - "!~This is lyrics\nBut this is not"