about summary refs log tree commit diff stats
path: root/deadman.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 /deadman.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 'deadman.html')
-rw-r--r--deadman.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/deadman.html b/deadman.html index 465118e..df3b242 100644 --- a/deadman.html +++ b/deadman.html
@@ -36,7 +36,7 @@
36 36
37 37
38 <section class="content verse"> 38 <section class="content verse">
39 <p>A dead man finds his way into our <a href="words-meaning.html">hearts</a><br />simply by opening the door and walking in.<br />He pours himself a drink, speaks aimlessly<br />about hunting or some bats he saw<br />on the way over, wheeling around each other.<br />Look how <a href="moongone.html">they spin</a>, he says, it’s like the<br />ripples atoms make as they hurl past each other<br />in the space between their bodies.<br />We mention the eels at the aquarium, how<br />their bodies <a href="spittle.html">knot while mating</a>. The dead man<br />was a boyscout once, and tied a lot of knots.<br />His favorite was the one with the rabbit<br />and the hole, and the rabbit going in and out<br />and around the tree. The dead man liked it<br />because he liked to pretend that the rabbit<br />was running from a fox, and the rabbit<br />always ended up safe, back in his hole.</p> 39 <p><span class="line">A dead man finds his way into our <a href="words-meaning.html">hearts</a></span><span class="line">simply by opening the door and walking in.</span><span class="line">He pours himself a drink, speaks aimlessly</span><span class="line">about hunting or some bats he saw</span><span class="line">on the way over, wheeling around each other.</span><span class="line">Look how <a href="moongone.html">they spin</a>, he says, it’s like the</span><span class="line">ripples atoms make as they hurl past each other</span><span class="line">in the space between their bodies.</span><span class="line">We mention the eels at the aquarium, how</span><span class="line">their bodies <a href="spittle.html">knot while mating</a>. The dead man</span><span class="line">was a boyscout once, and tied a lot of knots.</span><span class="line">His favorite was the one with the rabbit</span><span class="line">and the hole, and the rabbit going in and out</span><span class="line">and around the tree. The dead man liked it</span><span class="line">because he liked to pretend that the rabbit</span><span class="line">was running from a fox, and the rabbit</span><span class="line">always ended up safe, back in his hole.</span></p>
40 </section> 40 </section>
41 </article> 41 </article>
42 <nav> 42 <nav>