about summary refs log tree commit diff stats
path: root/sense-of-it.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 /sense-of-it.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 'sense-of-it.html')
-rw-r--r--sense-of-it.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/sense-of-it.html b/sense-of-it.html index fc19edb..df5e7ef 100644 --- a/sense-of-it.html +++ b/sense-of-it.html
@@ -36,10 +36,10 @@
36 36
37 37
38 <section class="content verse"> 38 <section class="content verse">
39 <p>I only write poems on <a href="stagnant.html">the bus</a> anymore.<br />I sit far in the back to be alone.<br />I mark black things on white things in a black thing.<br />I try to make sense of it.</p> 39 <p><span class="line">I only write poems on <a href="stagnant.html">the bus</a> anymore.</span><span class="line">I sit far in the back to be alone.</span><span class="line">I mark black things on white things in a black thing.</span><span class="line">I try to make sense of it.</span></p>
40 <p>Every time I see a plastic bag in the wind I think:<br /><a href="https://www.youtube.com/watch?v=Qssvnjj5Moo">This is the most beautiful thing I’ve ever seen.</a><br />Most of my life I relate to something on the TV:<br />This is how I try to make sense of it.</p> 40 <p><span class="line">Every time I see a plastic bag in the wind I think:</span><span class="line"><a href="https://www.youtube.com/watch?v=Qssvnjj5Moo">This is the most beautiful thing I’ve ever seen.</a></span><span class="line">Most of my life I relate to something on the TV:</span><span class="line">This is how I try to make sense of it.</span></p>
41 <p>The Talking Heads song <a href="https://www.youtube.com/watch?v=9r7X3f2gFz4">“Stop Making Sense”</a><br />is about a girlfriend caught cheating and willed oblivion.<br />The song’s real title is “Girlfriend is Better”<br />but <a href="the-night-we-met.html">lying</a> about it is a way I try to make sense of it.</p> 41 <p><span class="line">The Talking Heads song <a href="https://www.youtube.com/watch?v=9r7X3f2gFz4">“Stop Making Sense”</a></span><span class="line">is about a girlfriend caught cheating and willed oblivion.</span><span class="line">The song’s real title is “Girlfriend is Better”</span><span class="line">but <a href="the-night-we-met.html">lying</a> about it is a way I try to make sense of it.</span></p>
42 <p>The day after I lost her I found you again.<br />Your face made a plastic bag of my heart.<br />Your eyes were <a href="cold-wind.html">the wind</a> pushing the bus forward.<br />I couldn’t make sense of it.</p> 42 <p><span class="line">The day after I lost her I found you again.</span><span class="line">Your face made a plastic bag of my heart.</span><span class="line">Your eyes were <a href="cold-wind.html">the wind</a> pushing the bus forward.</span><span class="line">I couldn’t make sense of it.</span></p>
43 </section> 43 </section>
44 </article> 44 </article>
45 <nav> 45 <nav>