about summary refs log tree commit diff stats
path: root/stayed-on-the-bus.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 /stayed-on-the-bus.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 'stayed-on-the-bus.html')
-rw-r--r--stayed-on-the-bus.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/stayed-on-the-bus.html b/stayed-on-the-bus.html index 2d906b0..2edc0fb 100644 --- a/stayed-on-the-bus.html +++ b/stayed-on-the-bus.html
@@ -36,7 +36,7 @@
36 36
37 37
38 <section class="content verse"> 38 <section class="content verse">
39 <p>It was a <a href="hard-game.html">gamble</a><br />I lost—thought I could get closer<br />than the library, stayed<br />on past the admin building,<br />back down the hill to my beginning,<br />the driver’s second-to-last stop.<br /><a href="lappel-du-vide.html">I have to walk now</a>,<br />through the wind and sun, past<br /><a href="theoceanoverflowswithcamels.html">traffic</a> moving merrily along<br />taking their own gambles<br />staying on or getting off<br />too soon.</p> 39 <p><span class="line">It was a <a href="hard-game.html">gamble</a></span><span class="line">I lost—thought I could get closer</span><span class="line">than the library, stayed</span><span class="line">on past the admin building,</span><span class="line">back down the hill to my beginning,</span><span class="line">the driver’s second-to-last stop.</span><span class="line"><a href="lappel-du-vide.html">I have to walk now</a>,</span><span class="line">through the wind and sun, past</span><span class="line"><a href="theoceanoverflowswithcamels.html">traffic</a> moving merrily along</span><span class="line">taking their own gambles</span><span class="line">staying on or getting off</span><span class="line">too soon.</span></p>
40 </section> 40 </section>
41 </article> 41 </article>
42 <nav> 42 <nav>