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 /elegyforanalternateself.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 'elegyforanalternateself.html')
-rw-r--r-- | elegyforanalternateself.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/elegyforanalternateself.html b/elegyforanalternateself.html index ceabd3b..202e753 100644 --- a/elegyforanalternateself.html +++ b/elegyforanalternateself.html | |||
@@ -36,8 +36,8 @@ | |||
36 | 36 | ||
37 | 37 | ||
38 | <section class="content verse"> | 38 | <section class="content verse"> |
39 | <p>Say there are no words. Say that we are conjoined<br />from birth, or better still, say we are myself.<br />—But I still talk to myself, I build my world<br />through language, so if we say there are <a href="hymnal.html">no words</a><br />this is not enough. Say we are instead some animal,<br />or better yet, <a href="plant.html">a plant</a>, or a flagellum motoring<br />aimlessly around. (Say that humans are the only things<br />that reason. Say that we’re the <a href="movingsideways.html">only things that worry</a>.)</p> | 39 | <p><span class="line">Say there are no words. Say that we are conjoined</span><span class="line">from birth, or better still, say we are myself.</span><span class="line">—But I still talk to myself, I build my world</span><span class="line">through language, so if we say there are <a href="hymnal.html">no words</a></span><span class="line">this is not enough. Say we are instead some animal,</span><span class="line">or better yet, <a href="plant.html">a plant</a>, or a flagellum motoring</span><span class="line">aimlessly around. (Say that humans are the only things</span><span class="line">that reason. Say that we’re the <a href="movingsideways.html">only things that worry</a>.)</span></p> |
40 | <p>Say that I am separate. To say there’s everything else<br />and then there’s me is wrong. Each thing is separate:<br /><a href="i-wanted-to-tell-you-something.html">there is no whole in the world</a>. Say this is both good<br />and bad, or rather, say there is no good or bad but only<br />being, more and more of it always added, none taken out<br />though it can be forgotten. Say that forgetting<br />is a function of our remembering. (Say that humans only<br /><a href="swansong-alt.html">worry about separation</a>. Say that only humans feel it.)</p> | 40 | <p><span class="line">Say that I am separate. To say there’s everything else</span><span class="line">and then there’s me is wrong. Each thing is separate:</span><span class="line"><a href="i-wanted-to-tell-you-something.html">there is no whole in the world</a>. Say this is both good</span><span class="line">and bad, or rather, say there is no good or bad but only</span><span class="line">being, more and more of it always added, none taken out</span><span class="line">though it can be forgotten. Say that forgetting</span><span class="line">is a function of our remembering. (Say that humans only</span><span class="line"><a href="swansong-alt.html">worry about separation</a>. Say that only humans feel it.)</span></p> |
41 | </section> | 41 | </section> |
42 | </article> | 42 | </article> |
43 | <nav> | 43 | <nav> |