aboutsummaryrefslogtreecommitdiff
path: root/test/writer.html4
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-03-04 23:16:42 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2017-03-04 23:16:42 +0100
commit14b8aa8c93766f98a6e0bc9ff04f14962a888f4f (patch)
tree98515c489e303b4613520f4ff84963031d611f95 /test/writer.html4
parent0517cf0bc0db5e5b94c86f2dddc1fbc279632b2c (diff)
downloadpandoc-14b8aa8c93766f98a6e0bc9ff04f14962a888f4f.tar.gz
Regularized CSS in html/epub/html slide templates.
All templates now include `code{white-space: pre-wrap}` and CSS for `q` if `--html-q-tags` is used. Previously some templates had `pre` and others `pre-wrap`; the `q` styles were only sometimes included. See #3485.
Diffstat (limited to 'test/writer.html4')
-rw-r--r--test/writer.html45
1 files changed, 4 insertions, 1 deletions
diff --git a/test/writer.html4 b/test/writer.html4
index d26d9e67d..81cacde6a 100644
--- a/test/writer.html4
+++ b/test/writer.html4
@@ -8,7 +8,10 @@
<meta name="author" content="Anonymous" />
<meta name="date" content="2006-07-17" />
<title>Pandoc Test Suite</title>
- <style type="text/css">code{white-space: pre;} .smallcaps{font-variant: small-caps;}</style>
+ <style type="text/css">
+ code{white-space: pre-wrap;}
+ .smallcaps{font-variant: small-caps;}
+ </style>
</head>
<body>
<div id="header">