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.
code
1 parent 7ca0dd0 commit 6699255Copy full SHA for 6699255
1 file changed
scripts/build-gh-pages
@@ -54,7 +54,7 @@ def postprocess_css(content: str, important: bool) -> str:
54
def flavor_css(flavor: str) -> str:
55
style = PYGMENTS_STYLES[flavor]
56
formatter = HtmlFormatter(style=style)
57
- return formatter.get_style_defs("pre")
+ return formatter.get_style_defs(["pre", "code"])
58
59
60
def variable_css() -> str:
0 commit comments