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 /and.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 'and.html')
-rw-r--r-- | and.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/and.html b/and.html index 65fe3d7..2c36c34 100644 --- a/and.html +++ b/and.html | |||
@@ -43,8 +43,8 @@ | |||
43 | 43 | ||
44 | 44 | ||
45 | <section class="content verse"> | 45 | <section class="content verse"> |
46 | <p>And you were there in the start of it all<br />and you folded your <a href="cold-wind.html">hands like little doves</a><br />that would fly away like an afterthought<br />and you turned to me the window light on your face<br />and you asked me something that I did not recognize<br />like a great throng of people who are not you<br />and I asked are we in a <a href="boar.html">church</a><br />and you answered with the look on your face<br />of someone <a href="roughgloves.html">grieving something gone</a> for years<br />but that they had been reminded of<br />by a catch in the light or in someone’s voice<br />and I think maybe it could have been mine<br />and I looked away thickly my head was in jelly<br />and I didn’t get an answer from you but I got one</p> | 46 | <p><span class="line">And you were there in the start of it all</span><span class="line">and you folded your <a href="cold-wind.html">hands like little doves</a></span><span class="line">that would fly away like an afterthought</span><span class="line">and you turned to me the window light on your face</span><span class="line">and you asked me something that I did not recognize</span><span class="line">like a great throng of people who are not you</span><span class="line">and I asked are we in a <a href="boar.html">church</a></span><span class="line">and you answered with the look on your face</span><span class="line">of someone <a href="roughgloves.html">grieving something gone</a> for years</span><span class="line">but that they had been reminded of</span><span class="line">by a catch in the light or in someone’s voice</span><span class="line">and I think maybe it could have been mine</span><span class="line">and I looked away thickly my head was in jelly</span><span class="line">and I didn’t get an answer from you but I got one</span></p> |
47 | <p>I looked at the man in front of us with glasses<br />he was speaking and holding a book<br />and I didn’t understand him he was far away<br />and I could tell I was missing something important<br />and you nodded to yourself at something he said</p> | 47 | <p><span class="line">I looked at the man in front of us with glasses</span><span class="line">he was speaking and holding a book</span><span class="line">and I didn’t understand him he was far away</span><span class="line">and I could tell I was missing something important</span><span class="line">and you nodded to yourself at something he said</span></p> |
48 | </section> | 48 | </section> |
49 | </article> | 49 | </article> |
50 | <nav> | 50 | <nav> |