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 /statements-frag.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 'statements-frag.html')
-rw-r--r-- | statements-frag.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/statements-frag.html b/statements-frag.html index 5a3abcc..0450d42 100644 --- a/statements-frag.html +++ b/statements-frag.html | |||
@@ -49,8 +49,8 @@ | |||
49 | </section> | 49 | </section> |
50 | <section id="dimorphic" class="level2 verse"> | 50 | <section id="dimorphic" class="level2 verse"> |
51 | <h2>II. Dimorphic</h2> | 51 | <h2>II. Dimorphic</h2> |
52 | <p><a href="seasonal-affective-disorder.html">Oranges</a>. Poison. A compromise<br />between Mary & <a href="spittle.html">Judas</a>. Blue<br />baby blankets swaddling greedy lawyers.</p> | 52 | <p><span class="line"><a href="seasonal-affective-disorder.html">Oranges</a>. Poison. A compromise</span><span class="line">between Mary & <a href="spittle.html">Judas</a>. Blue</span><span class="line">baby blankets swaddling greedy lawyers.</span></p> |
53 | <p>Can one truly describe an emotion?<br />I cut my ankle with a razor blade.<br />I can only go one at a time. Humanity<br />has a seething mass of eels<br />for a brain, mating in the water so forcefully<br />that it could <a href="moon-drowning.html">drown you under the moon</a>.</p> | 53 | <p><span class="line">Can one truly describe an emotion?</span><span class="line">I cut my ankle with a razor blade.</span><span class="line">I can only go one at a time. Humanity</span><span class="line">has a seething mass of eels</span><span class="line">for a brain, mating in the water so forcefully</span><span class="line">that it could <a href="moon-drowning.html">drown you under the moon</a>.</span></p> |
54 | </section> | 54 | </section> |
55 | <section id="declaration-of-poetry" class="level2"> | 55 | <section id="declaration-of-poetry" class="level2"> |
56 | <h2>III. Declaration of Poetry</h2> | 56 | <h2>III. Declaration of Poetry</h2> |