Python is a dependency of Pygments. Closes #1182.
This commit is contained in:
parent
1b2ae456d1
commit
c294d65730
|
@ -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
|
||||
languages](http://pygments.org/languages/) thanks to
|
||||
[Pygments](http://pygments.org/). When you run Jekyll, make sure you run it
|
||||
with `pygments` set to `true` in your configuration file.
|
||||
[Pygments](http://pygments.org/). To use Pygments, you must have Python installed on your
|
||||
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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue