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 /swansong-alt.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 'swansong-alt.html')
-rw-r--r-- | swansong-alt.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swansong-alt.html b/swansong-alt.html index 2acb6cc..c1e94cc 100644 --- a/swansong-alt.html +++ b/swansong-alt.html | |||
@@ -36,7 +36,7 @@ | |||
36 | 36 | ||
37 | 37 | ||
38 | <section class="content verse"> | 38 | <section class="content verse"> |
39 | <p>This poem is dry like <a href="time-looks-up-to-the-sky.html">chapped lips</a>.<br /><a href="no-nothing.html">It is hard as teeth</a>—hear the tapping?<br />It is the swan song of beauty, as all<br />swan songs are. <a href="poetry-time.html">Reading</a> it, you are<br />puzzled, perhaps a little repulsed.<br />Swans do not have teeth, nor do they sing.<br />A honking over the cliff is all<br />they can do, and that they do<br />badly. You don’t know where I’m going.<br />You want to tell me, <a href="about-the-author.html">You are not you</a>.<br /><a href="swansong.html">You are the air the swan walks on.</a><br />You are the fringe of the curtain<br /><a href="elegyforanalternateself.html">that separates me from you</a>. I say<br />that you are no longer the temple,<br />that you have been through <a href="fire.html">fire</a><br />and are now less than ash. You are<br />the subtraction of yourself from<br />the world, <a href="finding-the-lion.html">the 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">This poem is dry like <a href="time-looks-up-to-the-sky.html">chapped lips</a>.</span><span class="line"><a href="no-nothing.html">It is hard as teeth</a>—hear the tapping?</span><span class="line">It is the swan song of beauty, as all</span><span class="line">swan songs are. <a href="poetry-time.html">Reading</a> it, you are</span><span class="line">puzzled, perhaps a little repulsed.</span><span class="line">Swans do not have teeth, nor do they sing.</span><span class="line">A honking over the cliff is all</span><span class="line">they can do, and that they do</span><span class="line">badly. You don’t know where I’m going.</span><span class="line">You want to tell me, <a href="about-the-author.html">You are not you</a>.</span><span class="line"><a href="swansong.html">You are the air the swan walks on.</a></span><span class="line">You are the fringe of the curtain</span><span class="line"><a href="elegyforanalternateself.html">that separates me from you</a>. I say</span><span class="line">that you are no longer the temple,</span><span class="line">that you have been through <a href="fire.html">fire</a></span><span class="line">and are now less than ash. You are</span><span class="line">the subtraction of yourself from</span><span class="line">the world, <a href="finding-the-lion.html">the 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> |