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 /january.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 'january.html')
-rw-r--r-- | january.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/january.html b/january.html index 1efb13d..0b37705 100644 --- a/january.html +++ b/january.html | |||
@@ -36,13 +36,13 @@ | |||
36 | 36 | ||
37 | 37 | ||
38 | <section class="content verse"> | 38 | <section class="content verse"> |
39 | <p>January.<br />It’s cold, and I don’t like it.<br />I prefer warm weather,<br />although I like sweaters. They are the one<br />warm spot in an otherwise <a href="tapestry.html">shitty</a> season.<br />But fall is better sweater weather. So be patient,</p> | 39 | <p><span class="line">January.</span><span class="line">It’s cold, and I don’t like it.</span><span class="line">I prefer warm weather,</span><span class="line">although I like sweaters. They are the one</span><span class="line">warm spot in an otherwise <a href="tapestry.html">shitty</a> season.</span><span class="line">But fall is better sweater weather. So be patient,</span></p> |
40 | <p><em>patient</em>,<br />while waiting for the end of January.<br />A change of season<br />brings a change of mood along with it,<br />although I never thought I’d be one<br />to believe that <a href="seasonal-affective-disorder.html">SAD</a> junk about effects of weather—</p> | 40 | <p><span class="line"><em>patient</em>,</span><span class="line">while waiting for the end of January.</span><span class="line">A change of season</span><span class="line">brings a change of mood along with it,</span><span class="line">although I never thought I’d be one</span><span class="line">to believe that <a href="seasonal-affective-disorder.html">SAD</a> junk about effects of weather—</span></p> |
41 | <p>weather!—<br />on a person. Who becomes a patient<br />just because of one<br /><a href="snow.html">month of snow</a>? I did say of January:<br />“It’s cold, and I don’t like it,”<br />but I hardly think it’s fair, knocking whole seasons,</p> | 41 | <p><span class="line">weather!—</span><span class="line">on a person. Who becomes a patient</span><span class="line">just because of one</span><span class="line"><a href="snow.html">month of snow</a>? I did say of January:</span><span class="line">“It’s cold, and I don’t like it,”</span><span class="line">but I hardly think it’s fair, knocking whole seasons,</span></p> |
42 | <p>seasoning<br />your conversation with demands for better weather.<br />(While I find it<br />nearly impossible, it’s my mission to be patient<br />while waiting for the end of January.)<br />Oh, but how the long nights do so <a href="http://www.irs.gov/">tax</a> one!</p> | 42 | <p><span class="line">seasoning</span><span class="line">your conversation with demands for better weather.</span><span class="line">(While I find it</span><span class="line">nearly impossible, it’s my mission to be patient</span><span class="line">while waiting for the end of January.)</span><span class="line">Oh, but how the long nights do so <a href="http://www.irs.gov/">tax</a> one!</span></p> |
43 | <p>One<br /><a href="real-writer.html">warm spot</a> in an otherwise shitty season—<br />all I ask, January,<br />is one warm day. Do you care whether<br />I’m a person who becomes a patient<br />in some psych ward? This just about does it.</p> | 43 | <p><span class="line">One</span><span class="line"><a href="real-writer.html">warm spot</a> in an otherwise shitty season—</span><span class="line">all I ask, January,</span><span class="line">is one warm day. Do you care whether</span><span class="line">I’m a person who becomes a patient</span><span class="line">in some psych ward? This just about does it.</span></p> |
44 | <p>I.T.,<br />although I never thought I’d call one,<br />is fair and patient<br />when I call. They talk with me, season<br />my conversation of demands for better weather<br />with an argument for the white beauty of January.</p> | 44 | <p><span class="line">I.T.,</span><span class="line">although I never thought I’d call one,</span><span class="line">is fair and patient</span><span class="line">when I call. They talk with me, season</span><span class="line">my conversation of demands for better weather</span><span class="line">with an argument for the white beauty of January.</span></p> |
45 | <p>They know it’s hard; they say each season<br />has its detractors. <em>One day</em>, they say, _the weather<br />will be controlled—until then, patience in January_.</p> | 45 | <p><span class="line">They know it’s hard; they say each season</span><span class="line">has its detractors. <em>One day</em>, they say, _the weather</span><span class="line">will be controlled—until then, patience in January_.</span></p> |
46 | </section> | 46 | </section> |
47 | </article> | 47 | </article> |
48 | <nav> | 48 | <nav> |