diff options
| author | Albert Krewinkel <[email protected]> | 2025-07-29 23:28:08 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-29 14:28:08 -0700 |
| commit | de7f732be8513d37ce92aa96ecc7d7e53eaac0d0 (patch) | |
| tree | b4b17b2a6bfcf660f2181f9dbde0658fbf4a451c /test/s5-fancy.html | |
| parent | e4b6196636682386287ed6ec023e3707aeaabde1 (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.html | 3 |
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);} |
