about summary refs log tree commit diff stats
path: root/cold-wind.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 /cold-wind.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 'cold-wind.html')
-rw-r--r--cold-wind.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/cold-wind.html b/cold-wind.html index cb220a9..1ca60cc 100644 --- a/cold-wind.html +++ b/cold-wind.html
@@ -38,7 +38,7 @@
38 38
39 39
40 <section class="content verse"> 40 <section class="content verse">
41 <p><a href="january.html">Man of autumn</a>, cold wind,<br />blow down the trees’ leaves.<br /><a href="fire.html">Fire on the ground</a>. The sky<br />perfect water, frost-cold,<br />rippled only by flocks<br /><a href="i-think-its-you.html">of black birds</a> flying, gone.<br />Their brightness can blind<br />an uncareful watcher, work him<br /><a href="when-im-sorry-i.html">in a froth of hands</a>, not-wings<br />that ache with the loss of flight.<br />A tear is flung faithfully<br /><a href="lappel-du-vide.html">to the ocean of air</a>, slipping in<br />slowly, is as gone as the birds.</p> 41 <p><span class="line"><a href="january.html">Man of autumn</a>, cold wind,</span><span class="line">blow down the trees’ leaves.</span><span class="line"><a href="fire.html">Fire on the ground</a>. The sky</span><span class="line">perfect water, frost-cold,</span><span class="line">rippled only by flocks</span><span class="line"><a href="i-think-its-you.html">of black birds</a> flying, gone.</span><span class="line">Their brightness can blind</span><span class="line">an uncareful watcher, work him</span><span class="line"><a href="when-im-sorry-i.html">in a froth of hands</a>, not-wings</span><span class="line">that ache with the loss of flight.</span><span class="line">A tear is flung faithfully</span><span class="line"><a href="lappel-du-vide.html">to the ocean of air</a>, slipping in</span><span class="line">slowly, is as gone as the birds.</span></p>
42 </section> 42 </section>
43 </article> 43 </article>
44 <nav> 44 <nav>