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 /lappel-du-vide.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 'lappel-du-vide.html')
-rw-r--r-- | lappel-du-vide.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lappel-du-vide.html b/lappel-du-vide.html index 04110cf..4c3e55b 100644 --- a/lappel-du-vide.html +++ b/lappel-du-vide.html | |||
@@ -51,8 +51,8 @@ | |||
51 | </section> | 51 | </section> |
52 | <section id="ii.-lappel-du-vide" class="level2 verse"> | 52 | <section id="ii.-lappel-du-vide" class="level2 verse"> |
53 | <h2>II. L’appel du vide</h2> | 53 | <h2>II. L’appel du vide</h2> |
54 | <p>And I’ll get in my car and drive<br />and I’ll want to keep driving<br />straight into the next state<br />or even the next country<br />or even even the ocean</p> | 54 | <p><span class="line">And I’ll get in my car and drive</span><span class="line">and I’ll want to keep driving</span><span class="line">straight into the next state</span><span class="line">or even the next country</span><span class="line">or even even the ocean</span></p> |
55 | <p>and go down deeper<br />keep exploring forever<br />find out what’s down there<br />go to the Marianas trench<br />miss the air world and<br />come back up<br />itself a kind of unknown<br />the homecoming after</p> | 55 | <p><span class="line">and go down deeper</span><span class="line">keep exploring forever</span><span class="line">find out what’s down there</span><span class="line">go to the Marianas trench</span><span class="line">miss the air world and</span><span class="line">come back up</span><span class="line">itself a kind of unknown</span><span class="line">the homecoming after</span></p> |
56 | <p>What happened to the home I was?</p> | 56 | <p>What happened to the home I was?</p> |
57 | </section> | 57 | </section> |
58 | </section> | 58 | </section> |