diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-04-25 23:07:30 +0200 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-04-25 23:07:30 +0200 |
commit | 66b08391b38b0812112ff03d7610d4592c3a1017 (patch) | |
tree | 6855f95891085143e0aaa7c3272f8d0d41c49968 /test/s5-fancy.html | |
parent | ee160d7c4cc912554fe0a1c7ff9fb802e9e72b64 (diff) | |
download | pandoc-66b08391b38b0812112ff03d7610d4592c3a1017.tar.gz |
HTML line block: Use class instead of style attribute.
We now issue `<div class="line-block">` and include a
default definition for `line-block` in the default
templates, instead of hard-coding a `style` on the
div.
Closes #1623.
Diffstat (limited to 'test/s5-fancy.html')
-rw-r--r-- | test/s5-fancy.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/s5-fancy.html b/test/s5-fancy.html index f80d321fb..a24baa556 100644 --- a/test/s5-fancy.html +++ b/test/s5-fancy.html @@ -13,6 +13,7 @@ <style type="text/css"> code{white-space: pre-wrap;} .smallcaps{font-variant: small-caps;} + .line-block{white-space: pre-line;} </style> <!-- configuration parameters --> <meta name="defaultView" content="slideshow" /> |