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 /found-typewriter-poem.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 'found-typewriter-poem.html')
-rw-r--r-- | found-typewriter-poem.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/found-typewriter-poem.html b/found-typewriter-poem.html index 15d9d5c..1121d38 100644 --- a/found-typewriter-poem.html +++ b/found-typewriter-poem.html | |||
@@ -41,9 +41,9 @@ | |||
41 | 41 | ||
42 | 42 | ||
43 | <section class="content verse"> | 43 | <section class="content verse"> |
44 | <p>Look, I say—look here—<br />at this [old place<br />where nothing changes]<a href="planks.html">old-place</a>.<br />Look at the people<br />who pass by. Look at<br />the trees. The flowers<br />full of wanting: look<br /><a href="squirrel.html">how full they are</a> with<br />color. Look how they mock<br />us, empty people who<br />must fill themselves<br />with changes—emptiness.</p> | 44 | <p><span class="line">Look, I say—look here—</span><span class="line">at this [old place</span><span class="line">where nothing changes]<a href="planks.html">old-place</a>.</span><span class="line">Look at the people</span><span class="line">who pass by. Look at</span><span class="line">the trees. The flowers</span><span class="line">full of wanting: look</span><span class="line"><a href="squirrel.html">how full they are</a> with</span><span class="line">color. Look how they mock</span><span class="line">us, empty people who</span><span class="line">must fill themselves</span><span class="line">with changes—emptiness.</span></p> |
45 | <p>“<a href="elegeyforanalternateself.html">There is nothing</a> to be<br />but happy. <a href="no-nothing.html">There is no</a><br />sadness to fall down<br />like cherry petals.“</p> | 45 | <p><span class="line">“<a href="elegeyforanalternateself.html">There is nothing</a> to be</span><span class="line">but happy. <a href="no-nothing.html">There is no</a></span><span class="line">sadness to fall down</span><span class="line">like cherry petals.“</span></p> |
46 | <p>The [trees don’t under-<br />stand:]<a href="plant.html">trees</a> they are too<br />tall to see the germ<br />of discontent in us.</p> | 46 | <p><span class="line">The [trees don’t under-</span><span class="line">stand:]<a href="plant.html">trees</a> they are too</span><span class="line">tall to see the germ</span><span class="line">of discontent in us.</span></p> |
47 | </section> | 47 | </section> |
48 | </article> | 48 | </article> |
49 | <nav> | 49 | <nav> |