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 /serengeti.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 'serengeti.html')
-rw-r--r-- | serengeti.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/serengeti.html b/serengeti.html index 43b6bc0..56a435c 100644 --- a/serengeti.html +++ b/serengeti.html | |||
@@ -36,7 +36,7 @@ | |||
36 | 36 | ||
37 | 37 | ||
38 | <section class="content verse"> | 38 | <section class="content verse"> |
39 | <p>The self is a serengeti<br />a wide grassland with baobab trees<br />reaching their roots deep into earth<br />like a child into a clay pot<br />A wind blows there or seems to blow<br />if he holds it up to his ear the air shifts<br />like stones in a stream uncovering a crawfish<br />it finds another hiding place watching you<br />Its eyes are blacker than wind<br />on the serengeti they are the <a href="onformalpoetry.html">eyes of a predator</a><br />they are coming toward you or receding<br />a storm cloud builds on the horizon<br />Are you <a href="squirrel.html">running</a> toward the rain or away from it<br />Do you stand still and crouch hoping for silence</p> | 39 | <p><span class="line">The self is a serengeti</span><span class="line">a wide grassland with baobab trees</span><span class="line">reaching their roots deep into earth</span><span class="line">like a child into a clay pot</span><span class="line">A wind blows there or seems to blow</span><span class="line">if he holds it up to his ear the air shifts</span><span class="line">like stones in a stream uncovering a crawfish</span><span class="line">it finds another hiding place watching you</span><span class="line">Its eyes are blacker than wind</span><span class="line">on the serengeti they are the <a href="onformalpoetry.html">eyes of a predator</a></span><span class="line">they are coming toward you or receding</span><span class="line">a storm cloud builds on the horizon</span><span class="line">Are you <a href="squirrel.html">running</a> toward the rain or away from it</span><span class="line">Do you stand still and crouch hoping for silence</span></p> |
40 | </section> | 40 | </section> |
41 | </article> | 41 | </article> |
42 | <nav> | 42 | <nav> |