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 /worse-looking-over.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 'worse-looking-over.html')
-rw-r--r-- | worse-looking-over.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/worse-looking-over.html b/worse-looking-over.html index 89347cd..f150eb9 100644 --- a/worse-looking-over.html +++ b/worse-looking-over.html | |||
@@ -36,7 +36,7 @@ | |||
36 | 36 | ||
37 | 37 | ||
38 | <section class="content verse"> | 38 | <section class="content verse"> |
39 | <p><a href="moon-drowning.html">The radio is screaming the man</a><br />on the radio will not be quiet he is<br />pushed far into the background<br />while some NPR talkers murmur over<br />his screaming he lost something<br />very important. He says it over<br />and over but they do not listen<br />they think of their children at home<br />lying <a href="in-bed.html">in bed</a> dreaming sweet<br />childhood one of them is staying over<br />at a friend’s house they are staying<br />up late they never want it to be over<br />not like the man. His life on the radio<br />will be the only one he ever has<br />his life it is wasted he’s being spoken over<br />such pain is in his voice. I wish you<br />could hear it. <a href="nothing-is-ever-over.html">It’s something never over</a>.<br />Suffering everywhere always and over it<br />the same serene murmur of the comfortable<br />distracted or worse looking over<br />the <a href="last-passenger.html">shoulder</a> and quietly looking away.</p> | 39 | <p><span class="line"><a href="moon-drowning.html">The radio is screaming the man</a></span><span class="line">on the radio will not be quiet he is</span><span class="line">pushed far into the background</span><span class="line">while some NPR talkers murmur over</span><span class="line">his screaming he lost something</span><span class="line">very important. He says it over</span><span class="line">and over but they do not listen</span><span class="line">they think of their children at home</span><span class="line">lying <a href="in-bed.html">in bed</a> dreaming sweet</span><span class="line">childhood one of them is staying over</span><span class="line">at a friend’s house they are staying</span><span class="line">up late they never want it to be over</span><span class="line">not like the man. His life on the radio</span><span class="line">will be the only one he ever has</span><span class="line">his life it is wasted he’s being spoken over</span><span class="line">such pain is in his voice. I wish you</span><span class="line">could hear it. <a href="nothing-is-ever-over.html">It’s something never over</a>.</span><span class="line">Suffering everywhere always and over it</span><span class="line">the same serene murmur of the comfortable</span><span class="line">distracted or worse looking over</span><span class="line">the <a href="last-passenger.html">shoulder</a> and quietly looking away.</span></p> |
40 | </section> | 40 | </section> |
41 | </article> | 41 | </article> |
42 | <nav> | 42 | <nav> |