about summary refs log tree commit diff stats
path: root/swansong.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 /swansong.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 'swansong.html')
-rw-r--r--swansong.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/swansong.html b/swansong.html index 5ff87e7..2f9f6a7 100644 --- a/swansong.html +++ b/swansong.html
@@ -36,7 +36,7 @@
36 36
37 37
38 <section class="content verse"> 38 <section class="content verse">
39 <p>Swans fly overhead singing goodbye<br />to we <a href="howithappened.html">walkers of the earth</a>. You point<br />to them in formation, you tell me<br />you are not you. [You are the air the swans<br />walk on]<a href="swansong-alt.html">alt</a> as they journey like pilgrims<br />to a temple in the south. A curtain<br />there separates me from you, swans<br />from the air they fly through. I say<br />that you are no longer the temple,<br />that you have been through fire<br />and are now less than ash. You are<br />a <a href="moongone.html">mirror</a> of me, the <a href="deathstrumpet.html">air without a swan</a>.<br />Together, we are each other. You<br />and I have both nothing and everything<br />at once. We own the world and nothing in it.</p> 39 <p><span class="line">Swans fly overhead singing goodbye</span><span class="line">to we <a href="howithappened.html">walkers of the earth</a>. You point</span><span class="line">to them in formation, you tell me</span><span class="line">you are not you. [You are the air the swans</span><span class="line">walk on]<a href="swansong-alt.html">alt</a> as they journey like pilgrims</span><span class="line">to a temple in the south. A curtain</span><span class="line">there separates me from you, swans</span><span class="line">from the air they fly through. I say</span><span class="line">that you are no longer the temple,</span><span class="line">that you have been through fire</span><span class="line">and are now less than ash. You are</span><span class="line">a <a href="moongone.html">mirror</a> of me, the <a href="deathstrumpet.html">air without a swan</a>.</span><span class="line">Together, we are each other. You</span><span class="line">and I have both nothing and everything</span><span class="line">at once. We own the world and nothing in it.</span></p>
40 </section> 40 </section>
41 </article> 41 </article>
42 <nav> 42 <nav>