We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pre
1 parent ef18bd7 commit 6c746c1Copy full SHA for 6c746c1
scripts/build-gh-pages
@@ -38,7 +38,7 @@ def postprocess_css(content: str) -> str:
38
def flavor_css(flavor: str) -> str:
39
style = PYGMENTS_STYLES[flavor]
40
formatter = HtmlFormatter(style=style)
41
- return formatter.get_style_defs()
+ return formatter.get_style_defs("pre")
42
43
44
def variable_css() -> str:
0 commit comments