aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAlbert Krewinkel <[email protected]>2025-07-29 23:28:08 +0200
committerGitHub <[email protected]>2025-07-29 14:28:08 -0700
commitde7f732be8513d37ce92aa96ecc7d7e53eaac0d0 (patch)
treeb4b17b2a6bfcf660f2181f9dbde0658fbf4a451c /test
parente4b6196636682386287ed6ec023e3707aeaabde1 (diff)
HTML styles: prefix default styles with informative CSS comment (#11002)
Closes #8819
Diffstat (limited to 'test')
-rw-r--r--test/s5-basic.html3
-rw-r--r--test/s5-fancy.html3
-rw-r--r--test/s5-inserts.html3
-rw-r--r--test/writer.html43
-rw-r--r--test/writer.html53
5 files changed, 15 insertions, 0 deletions
diff --git a/test/s5-basic.html b/test/s5-basic.html
index 32b578779..4a0f297a8 100644
--- a/test/s5-basic.html
+++ b/test/s5-basic.html
@@ -11,6 +11,9 @@
<meta name="date" content="2006-07-15" />
<title>My S5 Document</title>
<style type="text/css">
+ /* Default styles provided by pandoc.
+ ** See https://pandoc.org/MANUAL.html#variables-for-html for config info.
+ */
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
div.columns{display: flex; gap: min(4vw, 1.5em);}
diff --git a/test/s5-fancy.html b/test/s5-fancy.html
index 8e130823e..3a9bf0246 100644
--- a/test/s5-fancy.html
+++ b/test/s5-fancy.html
@@ -11,6 +11,9 @@
<meta name="date" content="2006-07-15" />
<title>My S5 Document</title>
<style type="text/css">
+ /* Default styles provided by pandoc.
+ ** See https://pandoc.org/MANUAL.html#variables-for-html for config info.
+ */
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
div.columns{display: flex; gap: min(4vw, 1.5em);}
diff --git a/test/s5-inserts.html b/test/s5-inserts.html
index 491a10849..3c851f1e8 100644
--- a/test/s5-inserts.html
+++ b/test/s5-inserts.html
@@ -9,6 +9,9 @@
<meta name="date" content="2006-07-15" />
<title>My S5 Document</title>
<style type="text/css">
+ /* Default styles provided by pandoc.
+ ** See https://pandoc.org/MANUAL.html#variables-for-html for config info.
+ */
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
div.columns{display: flex; gap: min(4vw, 1.5em);}
diff --git a/test/writer.html4 b/test/writer.html4
index 4b4672267..5e54fd980 100644
--- a/test/writer.html4
+++ b/test/writer.html4
@@ -9,6 +9,9 @@
<meta name="date" content="2006-07-17" />
<title>Pandoc Test Suite</title>
<style type="text/css">
+ /* Default styles provided by pandoc.
+ ** See https://pandoc.org/MANUAL.html#variables-for-html for config info.
+ */
html {
color: #1a1a1a;
background-color: #fdfdfd;
diff --git a/test/writer.html5 b/test/writer.html5
index 4c77a1fe9..a7c06813a 100644
--- a/test/writer.html5
+++ b/test/writer.html5
@@ -9,6 +9,9 @@
<meta name="dcterms.date" content="2006-07-17" />
<title>Pandoc Test Suite</title>
<style>
+ /* Default styles provided by pandoc.
+ ** See https://pandoc.org/MANUAL.html#variables-for-html for config info.
+ */
html {
color: #1a1a1a;
background-color: #fdfdfd;