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 /boar.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 'boar.html')
-rw-r--r-- | boar.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/boar.html b/boar.html index 892fd77..6a7c1c2 100644 --- a/boar.html +++ b/boar.html | |||
@@ -36,10 +36,10 @@ | |||
36 | 36 | ||
37 | 37 | ||
38 | <section class="content verse"> | 38 | <section class="content verse"> |
39 | <p>Now the ticking clocks scare me.<br />The <a href="mountain.html">empty</a> rooms, clock towers, belfries;<br />I am terrified by them all.</p> | 39 | <p><span class="line">Now the ticking clocks scare me.</span><span class="line">The <a href="mountain.html">empty</a> rooms, clock towers, belfries;</span><span class="line">I am terrified by them all.</span></p> |
40 | <p>I really used to enjoy going to church,<br />singing in the choir, listening to the sermon.<br />Now the chairs squeal like dying pigs—</p> | 40 | <p><span class="line">I really used to enjoy going to church,</span><span class="line">singing in the choir, listening to the sermon.</span><span class="line">Now the chairs squeal like dying pigs—</span></p> |
41 | <p>It was the boar that did it.<br /><a href="telemarketer.html">Fifteen feet</a> from me that night<br />in the grass, rooting for God<br />knows what, finding me instead.</p> | 41 | <p><span class="line">It was the boar that did it.</span><span class="line"><a href="telemarketer.html">Fifteen feet</a> from me that night</span><span class="line">in the grass, rooting for God</span><span class="line">knows what, finding me instead.</span></p> |
42 | <p>I ran, not knowing where or how,<br />not looking for his pursuit of me.<br />I ran to God’s front door, found<br />it locked, found the <a href="i-am.html">house</a> empty</p> | 42 | <p><span class="line">I ran, not knowing where or how,</span><span class="line">not looking for his pursuit of me.</span><span class="line">I ran to God’s front door, found</span><span class="line">it locked, found the <a href="i-am.html">house</a> empty</span></p> |
43 | <p>with a note saying, “Condemned.”</p> | 43 | <p>with a note saying, “Condemned.”</p> |
44 | </section> | 44 | </section> |
45 | </article> | 45 | </article> |