gpt4 book ai didi

python - 如何自定义 pygments 的输出?

转载 作者:行者123 更新时间:2023-12-01 00:01:01 25 4
gpt4 key购买 nike

如果我通过 pygments 运行 python 源文件,它会输出 html 代码,其元素类属于 pygments 正在使用的某些 CSS 文件。样式属性是否可以包含在输出的 html 中,这样我就不必提供 CSS 文件?

最佳答案

通过将noclasses属性设置为True,将仅生成内联样式。这是一个可以很好地完成工作的代码片段:


formatter = HtmlFormatter(style=MyStyle)
formatter.noclasses = True
print highlight(content,PythonLexer(),formatter)

关于python - 如何自定义 pygments 的输出?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/624345/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com