From de7f732be8513d37ce92aa96ecc7d7e53eaac0d0 Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Tue, 29 Jul 2025 23:28:08 +0200 Subject: HTML styles: prefix default styles with informative CSS comment (#11002) Closes #8819 --- data/templates/styles.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'data') 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)$ -- cgit v1.2.3