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 /data | |
| parent | e4b6196636682386287ed6ec023e3707aeaabde1 (diff) | |
HTML styles: prefix default styles with informative CSS comment (#11002)
Closes #8819
Diffstat (limited to 'data')
| -rw-r--r-- | data/templates/styles.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/templates/styles.html b/data/templates/styles.html index 9e253e3e1..800f63c7a 100644 --- a/data/templates/styles.html +++ b/data/templates/styles.html @@ -1,3 +1,6 @@ +/* Default styles provided by pandoc. +** See https://pandoc.org/MANUAL.html#variables-for-html for config info. +*/ $if(document-css)$ html { $if(mainfont)$ |
