aboutsummaryrefslogtreecommitdiff
path: root/test/s5-fancy.html
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/s5-fancy.html
parente4b6196636682386287ed6ec023e3707aeaabde1 (diff)
HTML styles: prefix default styles with informative CSS comment (#11002)
Closes #8819
Diffstat (limited to 'test/s5-fancy.html')
-rw-r--r--test/s5-fancy.html3
1 files changed, 3 insertions, 0 deletions
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);}