diff options
author | Case Duckworth | 2015-03-27 15:40:42 -0700 |
---|---|---|
committer | Case Duckworth | 2015-03-27 15:40:42 -0700 |
commit | 643d9ceb308c206a6e572c7c555168ff0ca60bc1 (patch) | |
tree | 8878d45b3dcc5c894a21d4e379be0f7293c5d345 /when-im-sorry-i.html | |
parent | Change verse lines '$' -> '^| ' (diff) | |
download | autocento-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 'when-im-sorry-i.html')
-rw-r--r-- | when-im-sorry-i.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/when-im-sorry-i.html b/when-im-sorry-i.html index e937c91..ec00bcf 100644 --- a/when-im-sorry-i.html +++ b/when-im-sorry-i.html | |||
@@ -36,10 +36,10 @@ | |||
36 | 36 | ||
37 | 37 | ||
38 | <section class="content verse"> | 38 | <section class="content verse"> |
39 | <p>Your casserole dish takes the longest:<br />it has some baked-in crust from when you<br />cooked chicken last night. Washing it<br />allows me to think about this poem’s title<br />and the first few lines. Now that I’ve<br />written them down, I’ve <a href="elegyforanalternateself.html">forgotten the rest</a>.</p> | 39 | <p><span class="line">Your casserole dish takes the longest:</span><span class="line">it has some baked-in crust from when you</span><span class="line">cooked chicken last night. Washing it</span><span class="line">allows me to think about this poem’s title</span><span class="line">and the first few lines. Now that I’ve</span><span class="line">written them down, I’ve <a href="elegyforanalternateself.html">forgotten the rest</a>.</span></p> |
40 | <p>While scraping at something with my finger-<br />nail, I catch myself wondering again whether<br />you’ll thank me for washing your dishes.<br />I realize that this would defeat the point<br />of my gesture, that this has destroyed<br />all good thoughts I’ve had about saying</p> | 40 | <p><span class="line">While scraping at something with my finger-</span><span class="line">nail, I catch myself wondering again whether</span><span class="line">you’ll thank me for washing your dishes.</span><span class="line">I realize that this would defeat the point</span><span class="line">of my gesture, that this has destroyed</span><span class="line">all good thoughts I’ve had about saying</span></p> |
41 | <p>“I’m sorry.” This, <a href="http://plagiarist.com/poetry/1703/">this is the reason</a> why<br />I am always apologizing: because I never<br />mean it, because there is always, in [some<br />attic]<a href="real-writer.html">attic</a>, a thought roaming that says, insists:</p> | 41 | <p><span class="line">“I’m sorry.” This, <a href="http://plagiarist.com/poetry/1703/">this is the reason</a> why</span><span class="line">I am always apologizing: because I never</span><span class="line">mean it, because there is always, in [some</span><span class="line">attic]<a href="real-writer.html">attic</a>, a thought roaming that says, insists:</span></p> |
42 | <p>“I’ve done nothing wrong, and I deserve<br />all I can take, and more than that.“</p> | 42 | <p><span class="line">“I’ve done nothing wrong, and I deserve</span><span class="line">all I can take, and more than that.“</span></p> |
43 | </section> | 43 | </section> |
44 | </article> | 44 | </article> |
45 | <nav> | 45 | <nav> |