remind about --pygments in readme

This commit is contained in:
Tom Preston-Werner 2008-12-13 19:34:46 -08:00
parent 0d84487d79
commit f57bb0720e
1 changed files with 4 additions and 2 deletions

View File

@ -74,8 +74,10 @@ h3. Code Highlighting Block
Jekyll has built in support for syntax highlighting of over "100 Jekyll has built in support for syntax highlighting of over "100
languages":http://pygments.org/languages/ via "Pygments":http://pygments.org/. languages":http://pygments.org/languages/ via "Pygments":http://pygments.org/.
In order to take advantage of this you'll need to have Pygments installed (and In order to take advantage of this you'll need to have Pygments installed, and
the pygmentize binary must be in your path). the pygmentize binary must be in your path. When you run Jekyll, make sure you run it with Pygments support:
$ jekyll --pygments
To denote a code block that should be highlighted: To denote a code block that should be highlighted: