mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-26 09:25:48 +00:00
HTML styles: prefix default styles with informative CSS comment (#11002)
Closes #8819
This commit is contained in:
@@ -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);}
|
||||
|
||||
Reference in New Issue
Block a user