0

jekyll を使用してブログを作成しようとしています。コードを強調表示したいのですが、インターントで検索した後、pygments を使用できることに気付きました。python-2.7.5 をインストールし、pygments をインストールします。

pygments を gem でインストールします。バージョン 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

これはどのように起こりますか?

4

1 に答える 1