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 /spittle.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 'spittle.html')
-rw-r--r-- | spittle.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spittle.html b/spittle.html index e721509..379b62e 100644 --- a/spittle.html +++ b/spittle.html | |||
@@ -36,7 +36,7 @@ | |||
36 | 36 | ||
37 | 37 | ||
38 | <section class="content verse"> | 38 | <section class="content verse"> |
39 | <p>My body is attached to your body by a thin spittle of thought.<br />When you turn away from me, my thought is broken<br />and forms anew with something else. Ideas are drool.<br />Beauty has been slobbered over far too long. <a href="howithappened.html">God</a><br />is a tidal wave of bodily fluid. Even the flea has some<br />vestigial wetness. We live in a world fleshy and dark,<br />and moist as a nostril. Is conciousness only a watery-eyed<br />romantic, crying softly into his <a href="lovesong.html">shirt-sleeve</a>? Is not reason<br />a square-jawed businessman with a briefcase full of memory?<br />I want to kiss the world to make it mine. I want to become<br />a Judas to reality, betray it with the wetness of emotion.</p> | 39 | <p><span class="line">My body is attached to your body by a thin spittle of thought.</span><span class="line">When you turn away from me, my thought is broken</span><span class="line">and forms anew with something else. Ideas are drool.</span><span class="line">Beauty has been slobbered over far too long. <a href="howithappened.html">God</a></span><span class="line">is a tidal wave of bodily fluid. Even the flea has some</span><span class="line">vestigial wetness. We live in a world fleshy and dark,</span><span class="line">and moist as a nostril. Is conciousness only a watery-eyed</span><span class="line">romantic, crying softly into his <a href="lovesong.html">shirt-sleeve</a>? Is not reason</span><span class="line">a square-jawed businessman with a briefcase full of memory?</span><span class="line">I want to kiss the world to make it mine. I want to become</span><span class="line">a Judas to reality, betray it with the wetness of emotion.</span></p> |
40 | </section> | 40 | </section> |
41 | </article> | 41 | </article> |
42 | <nav> | 42 | <nav> |