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 /walking-in-the-rain.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 'walking-in-the-rain.html')
-rw-r--r-- | walking-in-the-rain.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/walking-in-the-rain.html b/walking-in-the-rain.html index 7c79574..9538b00 100644 --- a/walking-in-the-rain.html +++ b/walking-in-the-rain.html | |||
@@ -36,7 +36,7 @@ | |||
36 | 36 | ||
37 | 37 | ||
38 | <section class="content verse"> | 38 | <section class="content verse"> |
39 | <p>I can walk through the rain, <a href="collage-instrument.html">that rare occurrence</a><br />and never be hit by a drop. There is a space around me<br />that refuses to be <a href="lovesong.html">penetrated</a> by weather of any kind<br />be it rain or snow or sunshine. <a href="seasonal-affective-disorder.html">Is it cold I hear you</a><br />asking in your voice soft as a breeze. No it is not<br /><a href="cold-wind.html">particularly cold</a>. If I were to describe it as warm<br /><a href="todaniel.html">I would be lying as well</a>. If I were to pretend I heard<br />you, far-off, mirage, breeze on the horizon, <a href="no-nothing.html">no truth</a><br />would ever be said to have come from <a href="swansong-alt.html">my frozen lips</a>.</p> | 39 | <p><span class="line">I can walk through the rain, <a href="collage-instrument.html">that rare occurrence</a></span><span class="line">and never be hit by a drop. There is a space around me</span><span class="line">that refuses to be <a href="lovesong.html">penetrated</a> by weather of any kind</span><span class="line">be it rain or snow or sunshine. <a href="seasonal-affective-disorder.html">Is it cold I hear you</a></span><span class="line">asking in your voice soft as a breeze. No it is not</span><span class="line"><a href="cold-wind.html">particularly cold</a>. If I were to describe it as warm</span><span class="line"><a href="todaniel.html">I would be lying as well</a>. If I were to pretend I heard</span><span class="line">you, far-off, mirage, breeze on the horizon, <a href="no-nothing.html">no truth</a></span><span class="line">would ever be said to have come from <a href="swansong-alt.html">my frozen lips</a>.</span></p> |
40 | </section> | 40 | </section> |
41 | </article> | 41 | </article> |
42 | <nav> | 42 | <nav> |