about summary refs log tree commit diff stats
path: root/listen.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 /listen.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 'listen.html')
-rw-r--r--listen.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/listen.html b/listen.html index e95558c..f22061a 100644 --- a/listen.html +++ b/listen.html
@@ -36,8 +36,8 @@
36 36
37 37
38 <section class="content verse"> 38 <section class="content verse">
39 <p>If you swallow hard enough<br />you’ll <a href="serengeti.html">feel the stone</a><br />the one we all have waiting</p> 39 <p><span class="line">If you swallow hard enough</span><span class="line">you’ll <a href="serengeti.html">feel the stone</a></span><span class="line">the one we all have waiting</span></p>
40 <p>Once I <a href="plant.html">found the stone</a> in<br />the sea it kissed me as<br /><a href="the-sea_the-beach.html">the sea pawed at my back</a></p> 40 <p><span class="line">Once I <a href="plant.html">found the stone</a> in</span><span class="line">the sea it kissed me as</span><span class="line"><a href="the-sea_the-beach.html">the sea pawed at my back</a></span></p>
41 </section> 41 </section>
42 </article> 42 </article>
43 <nav> 43 <nav>