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 /todaniel.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 'todaniel.html')
-rw-r--r-- | todaniel.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/todaniel.html b/todaniel.html index 4c5a79a..8a6dc55 100644 --- a/todaniel.html +++ b/todaniel.html | |||
@@ -36,10 +36,10 @@ | |||
36 | 36 | ||
37 | 37 | ||
38 | <section class="content verse"> | 38 | <section class="content verse"> |
39 | <p>There are more modern ideals of beauty<br />than yours, young padowan. Jessica has<br />some assets, that I’ll give you easily,<br />but in my women I prefer pizzazz.</p> | 39 | <p><span class="line">There are more modern ideals of beauty</span><span class="line">than yours, young padowan. Jessica has</span><span class="line">some assets, that I’ll give you easily,</span><span class="line">but in my women I prefer pizzazz.</span></p> |
40 | <p>I don’t want to bring you down, or make you think<br /><a href="deathstrumpet.html">that your perfected woman isn’t so</a>.<br />It’s just that, like Adam said, 2006<br />has come and gone. What did she do</p> | 40 | <p><span class="line">I don’t want to bring you down, or make you think</span><span class="line"><a href="deathstrumpet.html">that your perfected woman isn’t so</a>.</span><span class="line">It’s just that, like Adam said, 2006</span><span class="line">has come and gone. What did she do</span></p> |
41 | <p>in that year anyway? IMDB<br />has, surprisingly, none, though in ’05<br />she’s in four titles. <em>Sin City</em><br />I’ve never seen, although from many I’ve</p> | 41 | <p><span class="line">in that year anyway? IMDB</span><span class="line">has, surprisingly, none, though in ’05</span><span class="line">she’s in four titles. <em>Sin City</em></span><span class="line">I’ve never seen, although from many I’ve</span></p> |
42 | <p>heard it’s good. But it’s still irrelevant—<br />no matter how comely, she lacks talent.</p> | 42 | <p><span class="line">heard it’s good. But it’s still irrelevant—</span><span class="line">no matter how comely, she lacks talent.</span></p> |
43 | </section> | 43 | </section> |
44 | </article> | 44 | </article> |
45 | <nav> | 45 | <nav> |