From 643d9ceb308c206a6e572c7c555168ff0ca60bc1 Mon Sep 17 00:00:00 2001
From: Case Duckworth
Date: Fri, 27 Mar 2015 15:40:42 -0700
Subject: 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.
---
 statements-frag.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'statements-frag.html')

diff --git a/statements-frag.html b/statements-frag.html
index 5a3abcc..0450d42 100644
--- a/statements-frag.html
+++ b/statements-frag.html
@@ -49,8 +49,8 @@
             </section>
             <section id="dimorphic" class="level2 verse">
             <h2>II. Dimorphic</h2>
-            <p><a href="seasonal-affective-disorder.html">Oranges</a>. Poison. A compromise<br />between Mary &amp; <a href="spittle.html">Judas</a>. Blue<br />baby blankets swaddling greedy lawyers.</p>
-            <p>Can one truly describe an emotion?<br />I cut my ankle with a razor blade.<br />I can only go one at a time. Humanity<br />has a seething mass of eels<br />for a brain, mating in the water so forcefully<br />that it could <a href="moon-drowning.html">drown you under the moon</a>.</p>
+            <p><span class="line"><a href="seasonal-affective-disorder.html">Oranges</a>. Poison. A compromise</span><span class="line">between Mary &amp; <a href="spittle.html">Judas</a>. Blue</span><span class="line">baby blankets swaddling greedy lawyers.</span></p>
+            <p><span class="line">Can one truly describe an emotion?</span><span class="line">I cut my ankle with a razor blade.</span><span class="line">I can only go one at a time. Humanity</span><span class="line">has a seething mass of eels</span><span class="line">for a brain, mating in the water so forcefully</span><span class="line">that it could <a href="moon-drowning.html">drown you under the moon</a>.</span></p>
             </section>
             <section id="declaration-of-poetry" class="level2">
             <h2>III. Declaration of Poetry</h2>
-- 
cgit 1.4.1-21-gabe81