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-want-to-say.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-want-to-say.html')
-rw-r--r-- | i-want-to-say.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/i-want-to-say.html b/i-want-to-say.html index f7595c2..ecda5ec 100644 --- a/i-want-to-say.html +++ b/i-want-to-say.html | |||
@@ -36,9 +36,9 @@ | |||
36 | 36 | ||
37 | 37 | ||
38 | <section class="content verse"> | 38 | <section class="content verse"> |
39 | <p>I want to say I take it all back<br />I want<br />I want to take it back I want it none of it<br />to be ever have happened not<br />when I saw you step over the rope<br />when we went to New York for a week<br />but stayed upstate when you punched me<br />hard in the solar plexus in Prague<br />when I looked in your face and <a href="deathstrumpet.html">saw myself</a><br />looking back smiling when we went on another trip<br />and another all the trips I want to have<br />stayed home I want to have seen the clouds<br />drifting past <a href="boy_bus.html">my car window</a> to have listened<br />to that sound the bridge makes driving over it<br />without thinking of you always it was you</p> | 39 | <p><span class="line">I want to say I take it all back</span><span class="line">I want</span><span class="line">I want to take it back I want it none of it</span><span class="line">to be ever have happened not</span><span class="line">when I saw you step over the rope</span><span class="line">when we went to New York for a week</span><span class="line">but stayed upstate when you punched me</span><span class="line">hard in the solar plexus in Prague</span><span class="line">when I looked in your face and <a href="deathstrumpet.html">saw myself</a></span><span class="line">looking back smiling when we went on another trip</span><span class="line">and another all the trips I want to have</span><span class="line">stayed home I want to have seen the clouds</span><span class="line">drifting past <a href="boy_bus.html">my car window</a> to have listened</span><span class="line">to that sound the bridge makes driving over it</span><span class="line">without thinking of you always it was you</span></p> |
40 | <p>I want</p> | 40 | <p>I want</p> |
41 | <p>I <a href="plant.html">want to be fresh</a> I want to roll out of bed<br />as though it were my <a href="collage-instrument.html">first morning in a new state</a><br />I want nothing more than absolution of sins<br /><a href="no-nothing.html">a negation but there is no way to subtract here</a><br />I cannot remove this growth that appeared<br />seemingly overnight I cannot <a href="elegyforanalternateself.html">cut you away from myself</a><br />I cannot forget what has already and will always have been<br />I cannot get out of a <a href="in-bed.html">new bed</a> ever<br />New York will always be as it was when I saw it first<br />with you my breathing will always be labored outside<br />of the cafe I will always see you when <a href="lovesong.html">I look in a mirror</a><br />of someone’s face the reflection of missed thoughts missed<br /><a href="words-meaning.html">words will cease to give meaning</a> the center will come out<br />of me I will make a new center yes I will drag what is<br />your center around with me and <a href="question.html">repeat and repeat</a> again<br />I cannot want cannot want want not</p> | 41 | <p><span class="line">I <a href="plant.html">want to be fresh</a> I want to roll out of bed</span><span class="line">as though it were my <a href="collage-instrument.html">first morning in a new state</a></span><span class="line">I want nothing more than absolution of sins</span><span class="line"><a href="no-nothing.html">a negation but there is no way to subtract here</a></span><span class="line">I cannot remove this growth that appeared</span><span class="line">seemingly overnight I cannot <a href="elegyforanalternateself.html">cut you away from myself</a></span><span class="line">I cannot forget what has already and will always have been</span><span class="line">I cannot get out of a <a href="in-bed.html">new bed</a> ever</span><span class="line">New York will always be as it was when I saw it first</span><span class="line">with you my breathing will always be labored outside</span><span class="line">of the cafe I will always see you when <a href="lovesong.html">I look in a mirror</a></span><span class="line">of someone’s face the reflection of missed thoughts missed</span><span class="line"><a href="words-meaning.html">words will cease to give meaning</a> the center will come out</span><span class="line">of me I will make a new center yes I will drag what is</span><span class="line">your center around with me and <a href="question.html">repeat and repeat</a> again</span><span class="line">I cannot want cannot want want not</span></p> |
42 | </section> | 42 | </section> |
43 | </article> | 43 | </article> |
44 | <nav> | 44 | <nav> |