为啥 pygments 突出显示有背景颜色?
Posted
技术标签:
【中文标题】为啥 pygments 突出显示有背景颜色?【英文标题】:why the pygments highlight has a background color?为什么 pygments 突出显示有背景颜色? 【发布时间】:2013-11-06 13:04:26 【问题描述】:我正在尝试使用 jekyll 构建一个博客,并且我想突出显示我的代码,在网上搜索后,我意识到我可以使用 pygments。我安装了 python-2.7.5,并安装了 pygments。
我用 gem 安装 pygments,pygments 的版本是 0.5.0。
现在问题是不管我用什么主题,代码总是有背景颜色,像这样:http://happyroc.github.io/2013/11/07/hello/
代码int a = 1;
有背景色#fee9cc
# This is the default format.
# For more see: http://jekyllrb.com/docs/permalinks/
permalink: /:year/:month/:day/:title
exclude: [".rvmrc", ".rbenv-version", "README.md", "Rakefile", "changelog.md"]
markdown: redcarpet
redcarpet:
extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data"]
pygments: true
这是怎么发生的?
【问题讨论】:
很抱歉我不小心删除了页面,现在我已经添加了页面,新的url是:happyroc.github.io/2013/11/07/hello@user1177636 【参考方案1】:看起来引导程序负责。检查你的 bootstrap.css 文件
【讨论】:
以上是关于为啥 pygments 突出显示有背景颜色?的主要内容,如果未能解决你的问题,请参考以下文章
Pygments 代码中的行号在 Windows 上的 xampp 中突出显示