about summary refs log tree commit diff stats
path: root/shipwright.html
diff options
context:
space:
mode:
authorCase Duckworth2015-03-27 15:40:42 -0700
committerCase Duckworth2015-03-27 15:40:42 -0700
commit643d9ceb308c206a6e572c7c555168ff0ca60bc1 (patch)
tree8878d45b3dcc5c894a21d4e379be0f7293c5d345 /shipwright.html
parentChange verse lines '$' -> '^| ' (diff)
downloadautocento-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 'shipwright.html')
-rw-r--r--shipwright.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/shipwright.html b/shipwright.html index e7a9b09..9a346ab 100644 --- a/shipwright.html +++ b/shipwright.html
@@ -36,7 +36,7 @@
36 36
37 37
38 <section class="content verse"> 38 <section class="content verse">
39 <p>He builds a ship as if it were the last thing<br />holding him together, as if, when he stops,<br />his body will fall onto the plate-glass water<br />and shatter into sand. To keep his morale up<br />he whistles and sings, but the wind whistles <a href="apollo11.html">louder</a><br />and taunts him: Your ship will build itself<br />if you throw yourself into the sea; time<br />has a way of growing your beard for you.<br />Soon, you’ll find yourself on a rocking chair<br />on some porch made from your ship’s timbers.<br />The window behind you is made from a sail, thick<br />canvas, and no one inside will hear your calling<br />for milk or a chamberpot. Your children<br />will have all sailed to the New World and left you.<br />But he tries not to listen, continues to hammer<br />nail after nail into timber after timber,<br />but the wind <a href="theoceanoverflowswithcamels.html">finally blows</a> him into the growling ocean<br />and the ship falls apart on its own.</p> 39 <p><span class="line">He builds a ship as if it were the last thing</span><span class="line">holding him together, as if, when he stops,</span><span class="line">his body will fall onto the plate-glass water</span><span class="line">and shatter into sand. To keep his morale up</span><span class="line">he whistles and sings, but the wind whistles <a href="apollo11.html">louder</a></span><span class="line">and taunts him: Your ship will build itself</span><span class="line">if you throw yourself into the sea; time</span><span class="line">has a way of growing your beard for you.</span><span class="line">Soon, you’ll find yourself on a rocking chair</span><span class="line">on some porch made from your ship’s timbers.</span><span class="line">The window behind you is made from a sail, thick</span><span class="line">canvas, and no one inside will hear your calling</span><span class="line">for milk or a chamberpot. Your children</span><span class="line">will have all sailed to the New World and left you.</span><span class="line">But he tries not to listen, continues to hammer</span><span class="line">nail after nail into timber after timber,</span><span class="line">but the wind <a href="theoceanoverflowswithcamels.html">finally blows</a> him into the growling ocean</span><span class="line">and the ship falls apart on its own.</span></p>
40 </section> 40 </section>
41 </article> 41 </article>
42 <nav> 42 <nav>