diff options
author | Case Duckworth | 2015-03-27 15:40:42 -0700 |
---|---|---|
committer | Case Duckworth | 2015-03-27 15:40:42 -0700 |
commit | 643d9ceb308c206a6e572c7c555168ff0ca60bc1 (patch) | |
tree | 8878d45b3dcc5c894a21d4e379be0f7293c5d345 /moon-drowning.html | |
parent | Change verse lines '$' -> '^| ' (diff) | |
download | autocento-643d9ceb308c206a6e572c7c555168ff0ca60bc1.tar.gz autocento-643d9ceb308c206a6e572c7c555168ff0ca60bc1.zip |
Fix #5: Verse typesetting
Thanks to the pandoc-discussion thread at <https://groups.google.com/forum/#!topic/pandoc-discuss/_JnTJnsSK3k>, line breaks in verse have been converted to <span class="line">s, which enables the CSS to style them with hanging indents, given a too-small viewport. This commit also includes a makefile edit to reflect this change, and the Haskell source and executable of the pandoc filter.
Diffstat (limited to 'moon-drowning.html')
-rw-r--r-- | moon-drowning.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/moon-drowning.html b/moon-drowning.html index d4c65d1..1a4eb5e 100644 --- a/moon-drowning.html +++ b/moon-drowning.html | |||
@@ -36,10 +36,10 @@ | |||
36 | 36 | ||
37 | 37 | ||
38 | <section class="content verse"> | 38 | <section class="content verse"> |
39 | <p><a href="moongone.html">The moon is drowning</a> the stars it pushes them<br />under into the darkness they cannot breathe<br />they are flailing the moon boasts to my shadow<br />how powerful is the moon how great its light</p> | 39 | <p><span class="line"><a href="moongone.html">The moon is drowning</a> the stars it pushes them</span><span class="line">under into the darkness they cannot breathe</span><span class="line">they are flailing the moon boasts to my shadow</span><span class="line">how powerful is the moon how great its light</span></p> |
40 | <p>My shadow nods and calls the moon father though<br />it acknowledges also the existence of others<br />headlights are like little moons father my shadow says<br />they pass like waves in a dark ocean</p> | 40 | <p><span class="line">My shadow nods and calls the moon father though</span><span class="line">it acknowledges also the existence of others</span><span class="line">headlights are like little moons father my shadow says</span><span class="line">they pass like waves in a dark ocean</span></p> |
41 | <p>Father moon becomes angry and threatens<br />I can maroon you shadow I can trap you in darkness<br />your strength comes from my own the little moons<br />are fleeting like foam on a darkened sea</p> | 41 | <p><span class="line">Father moon becomes angry and threatens</span><span class="line">I can maroon you shadow I can trap you in darkness</span><span class="line">your strength comes from my own the little moons</span><span class="line">are fleeting like foam on a darkened sea</span></p> |
42 | <p>My shadow fears the night as it fears death<br />but it remembers the moon’s strength is from another<br />my shadow wants the headlights like an ocean<br />might want the moon as a seducer as a lover</p> | 42 | <p><span class="line">My shadow fears the night as it fears death</span><span class="line">but it remembers the moon’s strength is from another</span><span class="line">my shadow wants the headlights like an ocean</span><span class="line">might want the moon as a seducer as a lover</span></p> |
43 | </section> | 43 | </section> |
44 | </article> | 44 | </article> |
45 | <nav> | 45 | <nav> |