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 /hard-game.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 'hard-game.html')
-rw-r--r-- | hard-game.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/hard-game.html b/hard-game.html index fc8e276..7b208b5 100644 --- a/hard-game.html +++ b/hard-game.html | |||
@@ -38,12 +38,12 @@ | |||
38 | 38 | ||
39 | 39 | ||
40 | <section class="content verse"> | 40 | <section class="content verse"> |
41 | <p>You think building Hoggle’s a hard game?<br />You know bunk. Writing a ghazal’s a hard game.</p> | 41 | <p><span class="line">You think building Hoggle’s a hard game?</span><span class="line">You know bunk. Writing a ghazal’s a hard game.</span></p> |
42 | <p>Let’s meet in a place where words & fabric play—<br />but not <a href="sense-of-it.html">plastic</a> words. (Boggle’s a hard game.)</p> | 42 | <p><span class="line">Let’s meet in a place where words & fabric play—</span><span class="line">but not <a href="sense-of-it.html">plastic</a> words. (Boggle’s a hard game.)</span></p> |
43 | <p>A cookout where we can hash our differences<br />over steak, though making it sizzle’s a hard game.</p> | 43 | <p><span class="line">A cookout where we can hash our differences</span><span class="line">over steak, though making it sizzle’s a hard game.</span></p> |
44 | <p>Let’s go to a brothel, <a href="finding-the-lion.html">rub shoulders</a> with bare<br />shoulders, or a bar. Being wastrel’s a hard game.</p> | 44 | <p><span class="line">Let’s go to a brothel, <a href="finding-the-lion.html">rub shoulders</a> with bare</span><span class="line">shoulders, or a bar. Being wastrel’s a hard game.</span></p> |
45 | <p>Maybe we could switch professions, you and I,<br />you write the poems, I’ll puppet Fozzie—a hard game.</p> | 45 | <p><span class="line">Maybe we could switch professions, you and I,</span><span class="line">you write the poems, I’ll puppet Fozzie—a hard game.</span></p> |
46 | <p>When you call me, you never say my name.<br />Creativity’s <a href="fire.html">a hose</a>—shutting the nozzle’s the hard game.</p> | 46 | <p><span class="line">When you call me, you never say my name.</span><span class="line">Creativity’s <a href="fire.html">a hose</a>—shutting the nozzle’s the hard game.</span></p> |
47 | </section> | 47 | </section> |
48 | </article> | 48 | </article> |
49 | <nav> | 49 | <nav> |