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 /howithappened.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 'howithappened.html')
-rw-r--r-- | howithappened.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/howithappened.html b/howithappened.html index 7428bf9..1a83ebf 100644 --- a/howithappened.html +++ b/howithappened.html | |||
@@ -36,7 +36,7 @@ | |||
36 | 36 | ||
37 | 37 | ||
38 | <section class="content verse"> | 38 | <section class="content verse"> |
39 | <p>I was away on vacation when I heard—<br />someone sat at my desk while I was away.<br />They took my pen, while I was taking<br />surf lessons, and wrote the sun into the sky.<br />They pre-approved the earth and the waters,<br />and all of the living things, without even<br />having the decency to text me. It was not I<br />who was behind the phrase “creeping things.”<br />When I got back, of course I was pissed,<br />but it was <a href="shipwright.html">already written</a> into the policy.<br />I’m just saying: don’t blame me for Cain<br />killing Abel. That was a murder. I’m not a cop.<br />The Tower of Babel fell on its own. The ark<br />never saw a single drop of rain. I’m <a href="problems.html">the drunk</a><br />sitting on the curb who just pissed his pants,<br />holding up a sign asking where I am.</p> | 39 | <p><span class="line">I was away on vacation when I heard—</span><span class="line">someone sat at my desk while I was away.</span><span class="line">They took my pen, while I was taking</span><span class="line">surf lessons, and wrote the sun into the sky.</span><span class="line">They pre-approved the earth and the waters,</span><span class="line">and all of the living things, without even</span><span class="line">having the decency to text me. It was not I</span><span class="line">who was behind the phrase “creeping things.”</span><span class="line">When I got back, of course I was pissed,</span><span class="line">but it was <a href="shipwright.html">already written</a> into the policy.</span><span class="line">I’m just saying: don’t blame me for Cain</span><span class="line">killing Abel. That was a murder. I’m not a cop.</span><span class="line">The Tower of Babel fell on its own. The ark</span><span class="line">never saw a single drop of rain. I’m <a href="problems.html">the drunk</a></span><span class="line">sitting on the curb who just pissed his pants,</span><span class="line">holding up a sign asking where I am.</span></p> |
40 | </section> | 40 | </section> |
41 | </article> | 41 | </article> |
42 | <nav> | 42 | <nav> |