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 /i-think-its-you.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 'i-think-its-you.html')
-rw-r--r-- | i-think-its-you.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/i-think-its-you.html b/i-think-its-you.html index 81baadf..05f2c06 100644 --- a/i-think-its-you.html +++ b/i-think-its-you.html | |||
@@ -41,8 +41,8 @@ | |||
41 | 41 | ||
42 | 42 | ||
43 | <section class="content verse"> | 43 | <section class="content verse"> |
44 | <p>I thought I saw you walking<br />to the bus stop but it was only<br />a <a href="feedingtheraven.html">raven</a>. His croaks sounded nothing<br />like your footsteps (as they pound<br />down the hallway toward my bedroom)<br />his <a href="nothing-is-ever-over.html">wings</a> looked nothing like your<br />legs (running on the wrong side<br />of the road away from my house)<br />I think the one resemblance was the eyes</p> | 44 | <p><span class="line">I thought I saw you walking</span><span class="line">to the bus stop but it was only</span><span class="line">a <a href="feedingtheraven.html">raven</a>. His croaks sounded nothing</span><span class="line">like your footsteps (as they pound</span><span class="line">down the hallway toward my bedroom)</span><span class="line">his <a href="nothing-is-ever-over.html">wings</a> looked nothing like your</span><span class="line">legs (running on the wrong side</span><span class="line">of the road away from my house)</span><span class="line">I think the one resemblance was the eyes</span></p> |
45 | <p>But that’s too easy<br />It’s just that I was thinking<br />of you and a raven flew by<br />(maybe it was a <a href="stump.html">crow</a>)</p> | 45 | <p><span class="line">But that’s too easy</span><span class="line">It’s just that I was thinking</span><span class="line">of you and a raven flew by</span><span class="line">(maybe it was a <a href="stump.html">crow</a>)</span></p> |
46 | </section> | 46 | </section> |
47 | </article> | 47 | </article> |
48 | <nav> | 48 | <nav> |