为什么pygments突出显示有背景颜色?

时间:2013-11-06 13:04:27

标签: highlight jekyll pygments

我正在尝试使用jekyll构建一个博客,我想强调我的代码,在对internt进行一些搜索之后,我意识到我可以使用pygments.I安装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

这是怎么发生的?

1 个答案:

答案 0 :(得分:1)

看起来像bootstrap是负责任的。检查bootstrap.css文件