about summary refs log tree commit diff stats
path: root/boy_bus.html
diff options
context:
space:
mode:
authorCase Duckworth2015-03-27 15:40:42 -0700
committerCase Duckworth2015-03-27 15:40:42 -0700
commit643d9ceb308c206a6e572c7c555168ff0ca60bc1 (patch)
tree8878d45b3dcc5c894a21d4e379be0f7293c5d345 /boy_bus.html
parentChange verse lines '$' -> '^| ' (diff)
downloadautocento-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 'boy_bus.html')
-rw-r--r--boy_bus.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/boy_bus.html b/boy_bus.html index 6c4dcd0..7b3ba32 100644 --- a/boy_bus.html +++ b/boy_bus.html
@@ -36,10 +36,10 @@
36 36
37 37
38 <section class="content verse"> 38 <section class="content verse">
39 <p>When he said <a href="mountain.html">Bible</a> I heard his southern accent<br />and he had a face I expect all pastors must have<br />a round open honest face<br />that will always be a boy’s face<br />though its owner may rightly call himself a man<br />near my age though I hardly call myself a man</p> 39 <p><span class="line">When he said <a href="mountain.html">Bible</a> I heard his southern accent</span><span class="line">and he had a face I expect all pastors must have</span><span class="line">a round open honest face</span><span class="line">that will always be a boy’s face</span><span class="line">though its owner may rightly call himself a man</span><span class="line">near my age though I hardly call myself a man</span></p>
40 <p>I have seen this face before whether in life or a dream<br />I can’t tell<br />I might’ve seen him on the street once<br />twice who knows and his pastor’s <a href="moon-drowning.html">moon face</a><br />reminds me of something<br />some distant light my life used to own</p> 40 <p><span class="line">I have seen this face before whether in life or a dream</span><span class="line">I can’t tell</span><span class="line">I might’ve seen him on the street once</span><span class="line">twice who knows and his pastor’s <a href="moon-drowning.html">moon face</a></span><span class="line">reminds me of something</span><span class="line">some distant light my life used to own</span></p>
41 <p><a href="in-bed.html">One night on my birthday the moon was so strong it cast shadows</a><br />I could see to the far hill and back it was all clear to me</p> 41 <p><span class="line"><a href="in-bed.html">One night on my birthday the moon was so strong it cast shadows</a></span><span class="line">I could see to the far hill and back it was all clear to me</span></p>
42 <p>The moon hasn’t done that in a long time<br /><a href="moongone.html">its face has been obscured by clouds</a> for weeks<br />and that boy on the bus his face I’ve forgotten<br />I thought I recognized a good number of people<br />on that bus who I didn’t know at all</p> 42 <p><span class="line">The moon hasn’t done that in a long time</span><span class="line"><a href="moongone.html">its face has been obscured by clouds</a> for weeks</span><span class="line">and that boy on the bus his face I’ve forgotten</span><span class="line">I thought I recognized a good number of people</span><span class="line">on that bus who I didn’t know at all</span></p>
43 </section> 43 </section>
44 </article> 44 </article>
45 <nav> 45 <nav>