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 /angeltoabraham.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 'angeltoabraham.html')
-rw-r--r-- | angeltoabraham.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/angeltoabraham.html b/angeltoabraham.html index 4765dcb..ec39390 100644 --- a/angeltoabraham.html +++ b/angeltoabraham.html | |||
@@ -36,10 +36,10 @@ | |||
36 | 36 | ||
37 | 37 | ||
38 | <section class="content verse"> | 38 | <section class="content verse"> |
39 | <p>Abraham, Abraham, you are old and cannot hear:<br />what if you miss my small voice amongst the creaking<br />of your own grief, kill your son unknowing<br />of what he will be, and commit Israel to nothing?</p> | 39 | <p><span class="line">Abraham, Abraham, you are old and cannot hear:</span><span class="line">what if you miss my small voice amongst the creaking</span><span class="line">of your own grief, kill your son unknowing</span><span class="line">of what he will be, and commit Israel to nothing?</span></p> |
40 | <p>Abraham, you must know or hope that <a href="boar.html">God</a><br />will not allow your son to die; you must know<br />that this is a test, but then why<br />are you so bent on Isaac’s destruction?<br />Look at your eyes; there is more than fear<br />there. I see in your eyes desperation,<br />a manic passion to do right by your God<br />whom you are not able to see or know.</p> | 40 | <p><span class="line">Abraham, you must know or hope that <a href="boar.html">God</a></span><span class="line">will not allow your son to die; you must know</span><span class="line">that this is a test, but then why</span><span class="line">are you so bent on Isaac’s destruction?</span><span class="line">Look at your eyes; there is more than fear</span><span class="line">there. I see in your eyes desperation,</span><span class="line">a manic passion to do right by your God</span><span class="line">whom you are not able to see or know.</span></p> |
41 | <p>Am I too late? I <a href="i-am.html">will try</a> to stay<br />your old hands, the knife clenched<br />within them, intent on ending life.</p> | 41 | <p><span class="line">Am I too late? I <a href="i-am.html">will try</a> to stay</span><span class="line">your old hands, the knife clenched</span><span class="line">within them, intent on ending life.</span></p> |
42 | <p>Will you hear my small voice amongst the creaking,<br />or will it be the chance bleating of a passing ram?</p> | 42 | <p><span class="line">Will you hear my small voice amongst the creaking,</span><span class="line">or will it be the chance bleating of a passing ram?</span></p> |
43 | </section> | 43 | </section> |
44 | </article> | 44 | </article> |
45 | <nav> | 45 | <nav> |