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 /nothing-is-ever-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 'nothing-is-ever-over.html')
-rw-r--r-- | nothing-is-ever-over.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nothing-is-ever-over.html b/nothing-is-ever-over.html index dc64662..88c2847 100644 --- a/nothing-is-ever-over.html +++ b/nothing-is-ever-over.html | |||
@@ -36,7 +36,7 @@ | |||
36 | 36 | ||
37 | 37 | ||
38 | <section class="content verse"> | 38 | <section class="content verse"> |
39 | <p><a href="no-nothing.html">Nothing is ever over</a>; nothing<br />is ever even begun. The foundation<br />hasn’t been laid; how can we hope<br />to put in the plumbing? The bed<br />is unmade, not even made; the wood<br /><a href="axe.html">hasn’t been cleft from the tree</a>;<br />the seed hasn’t been cast<br />out of water and growth and sun,<br />which itself hasn’t started shining.<br />The cock has never stopped crowing<br />because he never started. Peter<br /><a href="spittle.html">betrays us again</a> and again with<br />silence. Christ wakes up at night,<br /><a href="in-bed.html">choking from a bad dream</a>, wrists<br />aching from a dreamt, torturous pain.</p> | 39 | <p><span class="line"><a href="no-nothing.html">Nothing is ever over</a>; nothing</span><span class="line">is ever even begun. The foundation</span><span class="line">hasn’t been laid; how can we hope</span><span class="line">to put in the plumbing? The bed</span><span class="line">is unmade, not even made; the wood</span><span class="line"><a href="axe.html">hasn’t been cleft from the tree</a>;</span><span class="line">the seed hasn’t been cast</span><span class="line">out of water and growth and sun,</span><span class="line">which itself hasn’t started shining.</span><span class="line">The cock has never stopped crowing</span><span class="line">because he never started. Peter</span><span class="line"><a href="spittle.html">betrays us again</a> and again with</span><span class="line">silence. Christ wakes up at night,</span><span class="line"><a href="in-bed.html">choking from a bad dream</a>, wrists</span><span class="line">aching from a dreamt, torturous pain.</span></p> |
40 | </section> | 40 | </section> |
41 | </article> | 41 | </article> |
42 | <nav> | 42 | <nav> |