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 /death-zone.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 'death-zone.html')
-rw-r--r-- | death-zone.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/death-zone.html b/death-zone.html index cab9687..a6c05ce 100644 --- a/death-zone.html +++ b/death-zone.html | |||
@@ -50,13 +50,13 @@ | |||
50 | </div> | 50 | </div> |
51 | 51 | ||
52 | <section class="content verse"> | 52 | <section class="content verse"> |
53 | <p>When I think of death I think<br />of Peter Falk in <em>The Princess Bride</em> patting<br /><a href="creation-myth.html">his pockets</a> as he leaves the room</p> | 53 | <p><span class="line">When I think of death I think</span><span class="line">of Peter Falk in <em>The Princess Bride</em> patting</span><span class="line"><a href="creation-myth.html">his pockets</a> as he leaves the room</span></p> |
54 | <p>Life is a series of doors or so<br />they say but I ask them this<br />where does that last door lead?</p> | 54 | <p><span class="line">Life is a series of doors or so</span><span class="line">they say but I ask them this</span><span class="line">where does that last door lead?</span></p> |
55 | <p>For Falk maybe it leads backstage<br />a black-walled catered affair with stage<br />lights slowly baking stale muffins</p> | 55 | <p><span class="line">For Falk maybe it leads backstage</span><span class="line">a black-walled catered affair with stage</span><span class="line">lights slowly baking stale muffins</span></p> |
56 | <p><a href="i-wanted-to-tell-you-something.html">Sweaty cheese</a> leaking onto dried-out<br />grapes a chocolate fountain clogged<br />by some errant strawberry crown</p> | 56 | <p><span class="line"><a href="i-wanted-to-tell-you-something.html">Sweaty cheese</a> leaking onto dried-out</span><span class="line">grapes a chocolate fountain clogged</span><span class="line">by some errant strawberry crown</span></p> |
57 | <p>but this is not where it leads for you or<br />for me that door opens onto darkness marked<br />only by a trellis or the lid of a casket</p> | 57 | <p><span class="line">but this is not where it leads for you or</span><span class="line">for me that door opens onto darkness marked</span><span class="line">only by a trellis or the lid of a casket</span></p> |
58 | <p>the door of the <a href="about-the-author.html">earth’s womb</a> opening<br />finally to accept us and with us the dirt<br />not to grow more strawberries for Falk</p> | 58 | <p><span class="line">the door of the <a href="about-the-author.html">earth’s womb</a> opening</span><span class="line">finally to accept us and with us the dirt</span><span class="line">not to grow more strawberries for Falk</span></p> |
59 | <p>but to pad his feet as he walks overhead<br />to visit someone he certainly cares about<br />but whose name is lost to posterity.</p> | 59 | <p><span class="line">but to pad his feet as he walks overhead</span><span class="line">to visit someone he certainly cares about</span><span class="line">but whose name is lost to posterity.</span></p> |
60 | </section> | 60 | </section> |
61 | </article> | 61 | </article> |
62 | <nav> | 62 | <nav> |