about summary refs log tree commit diff stats
path: root/ex-machina.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 /ex-machina.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 'ex-machina.html')
-rw-r--r--ex-machina.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/ex-machina.html b/ex-machina.html index e25901b..1435bd3 100644 --- a/ex-machina.html +++ b/ex-machina.html
@@ -41,15 +41,15 @@
41 41
42 42
43 <section class="content verse"> 43 <section class="content verse">
44 <p>Bottom of the drink: they had<br />to go. The Coke machine, the snack<br />machine, the deep fryer. Hoisted</p> 44 <p><span class="line">Bottom of the drink: they had</span><span class="line">to go. The Coke machine, the snack</span><span class="line">machine, the deep fryer. Hoisted</span></p>
45 <p>and dragged through the halls<br />and out to the curb, they sat with<br />other trash beneath gray, forlorn</p> 45 <p><span class="line">and dragged through the halls</span><span class="line">and out to the curb, they sat with</span><span class="line">other trash beneath gray, forlorn</span></p>
46 <p>skies behind the elementary<br />school, wondering what their next<br />move would be. The Coke machine</p> 46 <p><span class="line">skies behind the elementary</span><span class="line">school, wondering what their next</span><span class="line">move would be. The Coke machine</span></p>
47 <p>had always wanted to live<br />the life of a <a href="prelude.html">hobo</a>, jumping trains,<br />eating from garbage, making fire</p> 47 <p><span class="line">had always wanted to live</span><span class="line">the life of a <a href="prelude.html">hobo</a>, jumping trains,</span><span class="line">eating from garbage, making fire</span></p>
48 <p>in old oil drums. It had some<br />strange romantic notions of being homeless,<br />is what the deep fryer thought.</p> 48 <p><span class="line">in old oil drums. It had some</span><span class="line">strange romantic notions of being homeless,</span><span class="line">is what the deep fryer thought.</span></p>
49 <p>Its opinion was to head to court,<br />sue the bastards at the school for early<br />termination of contract. It was</p> 49 <p><span class="line">Its opinion was to head to court,</span><span class="line">sue the bastards at the school for early</span><span class="line">termination of contract. It was</span></p>
50 <p>the embodiment of <a href="table_contents.html">justifiable anger</a>.<br />It believed privately that it was an incarnation<br />of Nemesis, the goddess of divine</p> 50 <p><span class="line">the embodiment of <a href="table_contents.html">justifiable anger</a>.</span><span class="line">It believed privately that it was an incarnation</span><span class="line">of Nemesis, the goddess of divine</span></p>
51 <p>retribution. What the snack machine<br />thought, it kept to itself, but it did say<br />that <a href="no-nothing.html">nothing ever ends</a>. The others</p> 51 <p><span class="line">retribution. What the snack machine</span><span class="line">thought, it kept to itself, but it did say</span><span class="line">that <a href="no-nothing.html">nothing ever ends</a>. The others</span></p>
52 <p>were confused, then angry, but finally<br />understood, or thought they did. The snack<br />machine’s candy melted in the sun.</p> 52 <p><span class="line">were confused, then angry, but finally</span><span class="line">understood, or thought they did. The snack</span><span class="line">machine’s candy melted in the sun.</span></p>
53 </section> 53 </section>
54 </article> 54 </article>
55 <nav> 55 <nav>