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 /something-simple.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 'something-simple.html')
-rw-r--r-- | something-simple.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/something-simple.html b/something-simple.html index 1fb7d84..554d17b 100644 --- a/something-simple.html +++ b/something-simple.html | |||
@@ -36,7 +36,7 @@ | |||
36 | 36 | ||
37 | 37 | ||
38 | <section class="content verse"> | 38 | <section class="content verse"> |
39 | <p>in mammals the ratio between bladder size<br />and urethra is such that it takes<br />all of them the same time to piss. Take<br />for example the fact that Fibonnacci<br />numbers show up everywhere. How can you<br />look at this at all of this all of<br />these facts and tell me to my face there<br />is no God? And yet there isn’t<br />you murmer quietly into my ear over<br />and over like a low tide sounding<br />its lonely waves on an abandoned beach.<br />The ocean that birthed us holds us<br />still. We are tied, you and I, together<br />in her arms. The <a href="moon-drowning.html">moon, caring father,</a><br />looks down from a dispassionate sky.</p> | 39 | <p><span class="line">in mammals the ratio between bladder size</span><span class="line">and urethra is such that it takes</span><span class="line">all of them the same time to piss. Take</span><span class="line">for example the fact that Fibonnacci</span><span class="line">numbers show up everywhere. How can you</span><span class="line">look at this at all of this all of</span><span class="line">these facts and tell me to my face there</span><span class="line">is no God? And yet there isn’t</span><span class="line">you murmer quietly into my ear over</span><span class="line">and over like a low tide sounding</span><span class="line">its lonely waves on an abandoned beach.</span><span class="line">The ocean that birthed us holds us</span><span class="line">still. We are tied, you and I, together</span><span class="line">in her arms. The <a href="moon-drowning.html">moon, caring father,</a></span><span class="line">looks down from a dispassionate sky.</span></p> |
40 | </section> | 40 | </section> |
41 | </article> | 41 | </article> |
42 | <nav> | 42 | <nav> |