about summary refs log tree commit diff stats
path: root/the-night-we-met.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 /the-night-we-met.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 'the-night-we-met.html')
-rw-r--r--the-night-we-met.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/the-night-we-met.html b/the-night-we-met.html index cbac97f..60c6ae6 100644 --- a/the-night-we-met.html +++ b/the-night-we-met.html
@@ -36,11 +36,11 @@
36 36
37 37
38 <section class="content verse"> 38 <section class="content verse">
39 <p>My head is <a href="found-typewriter-poem.html">full of fire</a>, my tongue swollen,<br />pregnant with all the things I should’ve said<br />but didn’t. Last night, we met each other<br />in the dark, remember? You told me time was</p> 39 <p><span class="line">My head is <a href="found-typewriter-poem.html">full of fire</a>, my tongue swollen,</span><span class="line">pregnant with all the things I should’ve said</span><span class="line">but didn’t. Last night, we met each other</span><span class="line">in the dark, remember? You told me time was</span></p>
40 <p>pregnant with all things. I should’ve said<br />something, to draw you out from your place<br />in the dark. Remember, you told me time was<br />only an illusion, <a href="riptide_memory.html">and memory was</a> only</p> 40 <p><span class="line">pregnant with all things. I should’ve said</span><span class="line">something, to draw you out from your place</span><span class="line">in the dark. Remember, you told me time was</span><span class="line">only an illusion, <a href="riptide_memory.html">and memory was</a> only</span></p>
41 <p>something to draw. You, out from your place,<br />I out from mine, that night, I believed in you.<br />Only illusion and memory were one, lying<br /><a href="early.html">down on your couch</a>, through the night you drew</p> 41 <p><span class="line">something to draw. You, out from your place,</span><span class="line">I out from mine, that night, I believed in you.</span><span class="line">Only illusion and memory were one, lying</span><span class="line"><a href="early.html">down on your couch</a>, through the night you drew</span></p>
42 <p>me out from mine. That night, I believed in you<br />when you told me you loved me. I lay<br />down on your couch. Through the night, you drew<br />a picture of our <a href="100-lines.html">future together</a>.</p> 42 <p><span class="line">me out from mine. That night, I believed in you</span><span class="line">when you told me you loved me. I lay</span><span class="line">down on your couch. Through the night, you drew</span><span class="line">a picture of our <a href="100-lines.html">future together</a>.</span></p>
43 <p>When you told me you loved me, I lied<br /><a href="apollo11.html">in the dark</a>. Remember, you told me time was<br /><a href="last-passenger.html">a picture of our future</a> together.<br />My head is full of fire, <a href="plant.html">my tongue swollen</a>.</p> 43 <p><span class="line">When you told me you loved me, I lied</span><span class="line"><a href="apollo11.html">in the dark</a>. Remember, you told me time was</span><span class="line"><a href="last-passenger.html">a picture of our future</a> together.</span><span class="line">My head is full of fire, <a href="plant.html">my tongue swollen</a>.</span></p>
44 </section> 44 </section>
45 </article> 45 </article>
46 <nav> 46 <nav>