about summary refs log tree commit diff stats
path: root/seasonal-affective-disorder.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 /seasonal-affective-disorder.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 'seasonal-affective-disorder.html')
-rw-r--r--seasonal-affective-disorder.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/seasonal-affective-disorder.html b/seasonal-affective-disorder.html index 1de79f1..74d4214 100644 --- a/seasonal-affective-disorder.html +++ b/seasonal-affective-disorder.html
@@ -36,13 +36,13 @@
36 36
37 37
38 <section class="content verse"> 38 <section class="content verse">
39 <p>On your desk I set a tangerine:<br />a relic of a <a href="january.html">winter</a> quickly passing.</p> 39 <p><span class="line">On your desk I set a tangerine:</span><span class="line">a relic of a <a href="january.html">winter</a> quickly passing.</span></p>
40 <p>I’m reminded, fiercely, of a summer:<br />I watched the <a href="death-zone.html">cemetery grass</a> on my stomach.</p> 40 <p><span class="line">I’m reminded, fiercely, of a summer:</span><span class="line">I watched the <a href="death-zone.html">cemetery grass</a> on my stomach.</span></p>
41 <p>You hate the wind <a href="building.html">blowing through buildings</a>:<br />the coldness of fire, blister of a mountain stream.</p> 41 <p><span class="line">You hate the wind <a href="building.html">blowing through buildings</a>:</span><span class="line">the coldness of fire, blister of a mountain stream.</span></p>
42 <p>When you broke down that night: your aunt / you<br />never have been / <a href="the-night-we-met.html">you shook that night</a> /</p> 42 <p><span class="line">When you broke down that night: your aunt / you</span><span class="line">never have been / <a href="the-night-we-met.html">you shook that night</a> /</span></p>
43 <p>Seasonal affective disorder is real: you<br /><a href="last-bastion.html">mutter under your breath on the highway</a>.</p> 43 <p><span class="line">Seasonal affective disorder is real: you</span><span class="line"><a href="last-bastion.html">mutter under your breath on the highway</a>.</span></p>
44 <p>The ant carries an orange peel past a headstone:<br />it carries her nearly as often.</p> 44 <p><span class="line">The ant carries an orange peel past a headstone:</span><span class="line">it carries her nearly as often.</span></p>
45 <p>I set a tangerine on your desk:<br />an engagement ring, winter-returned.</p> 45 <p><span class="line">I set a tangerine on your desk:</span><span class="line">an engagement ring, winter-returned.</span></p>
46 </section> 46 </section>
47 </article> 47 </article>
48 <nav> 48 <nav>