Python is a dependency of Pygments. Closes #1182.

This commit is contained in:
Parker Moore 2013-06-08 17:32:08 +02:00
parent 1b2ae456d1
commit c294d65730
1 changed files with 2 additions and 2 deletions

View File

@ -196,8 +196,8 @@ root of your source directory. This will embed the contents of
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/) thanks to languages](http://pygments.org/languages/) thanks to
[Pygments](http://pygments.org/). When you run Jekyll, make sure you run it [Pygments](http://pygments.org/). To use Pygments, you must have Python installed on your
with `pygments` set to `true` in your configuration file. system and set `pygments` to `true` in your site's configuration file.
To render a code block with syntax highlighting, surround your code as follows: To render a code block with syntax highlighting, surround your code as follows: