about summary refs log tree commit diff stats
path: root/riptide_memory.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 /riptide_memory.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 'riptide_memory.html')
-rw-r--r--riptide_memory.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/riptide_memory.html b/riptide_memory.html index 9a79575..f276a87 100644 --- a/riptide_memory.html +++ b/riptide_memory.html
@@ -36,12 +36,12 @@
36 36
37 37
38 <section class="content verse"> 38 <section class="content verse">
39 <p>Inside of my memory, the poem is another memory.<br />The air up here is thin, but the wind blows harder<br />than anywhere else I know. It threatens to rip<br />my body away, like <a href="angeltoabraham.html">an angel of death</a>, to the stars.</p> 39 <p><span class="line">Inside of my memory, the poem is another memory.</span><span class="line">The air up here is thin, but the wind blows harder</span><span class="line">than anywhere else I know. It threatens to rip</span><span class="line">my body away, like <a href="angeltoabraham.html">an angel of death</a>, to the stars.</span></p>
40 <p>In Arizona, I thought I would forget the rain,<br />forget its sound on a roof like a hard wind, forget<br />its smell like a far away ocean. Luckily for me<br />it rains here. Luckily, because I forget too easily.</p> 40 <p><span class="line">In Arizona, I thought I would forget the rain,</span><span class="line">forget its sound on a roof like a hard wind, forget</span><span class="line">its smell like a far away ocean. Luckily for me</span><span class="line">it rains here. Luckily, because I forget too easily.</span></p>
41 <p>In a dream, <a href="father.html">my father is caught by a riptide</a> off-shore.<br />He’s pulled far out, far enough that the shoreline’s<br />a line in his <a href="ouroboros_memory.html">memory</a> on the horizon. I can see him<br />swimming, hand over hand, pulling his small weight</p> 41 <p><span class="line">In a dream, <a href="father.html">my father is caught by a riptide</a> off-shore.</span><span class="line">He’s pulled far out, far enough that the shoreline’s</span><span class="line">a line in his <a href="ouroboros_memory.html">memory</a> on the horizon. I can see him</span><span class="line">swimming, hand over hand, pulling his small weight</span></p>
42 <p>back to land. I see him as <a href="shipwright.html">another shipwreck</a> victim,<br />coughing sand and seawater, beard woven with seaweed.<br />I see him laying there a long time. I see all this<br />as he tells me the story, years later, the riptide</p> 42 <p><span class="line">back to land. I see him as <a href="shipwright.html">another shipwreck</a> victim,</span><span class="line">coughing sand and seawater, beard woven with seaweed.</span><span class="line">I see him laying there a long time. I see all this</span><span class="line">as he tells me the story, years later, the riptide</span></p>
43 <p>only a <a href="100-lines.html">ghost</a> in his memory, I only a child falling<br />asleep. My mother’s making mayonnaise rolls<br />in the kitchen, a recipe I’ll send for years later,<br />in Arizona, in the monsoon season, when my thirst</p> 43 <p><span class="line">only a <a href="100-lines.html">ghost</a> in his memory, I only a child falling</span><span class="line">asleep. My mother’s making mayonnaise rolls</span><span class="line">in the kitchen, a recipe I’ll send for years later,</span><span class="line">in Arizona, in the monsoon season, when my thirst</span></p>
44 <p>pulls me back home, my memory’s lonesome twinkle<br />like <a href="finding-the-lion.html">stars above the mountains</a>. I’ll send for it<br />and try to make them, but in the thin air they’ll<br />crumble into dust like desert air, like a memory.</p> 44 <p><span class="line">pulls me back home, my memory’s lonesome twinkle</span><span class="line">like <a href="finding-the-lion.html">stars above the mountains</a>. I’ll send for it</span><span class="line">and try to make them, but in the thin air they’ll</span><span class="line">crumble into dust like desert air, like a memory.</span></p>
45 </section> 45 </section>
46 </article> 46 </article>
47 <nav> 47 <nav>