From c294d6573031e29951a95822dd6da66a0982da7e Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Sat, 8 Jun 2013 17:32:08 +0200 Subject: [PATCH] Python is a dependency of Pygments. Closes #1182. --- site/docs/templates.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/docs/templates.md b/site/docs/templates.md index 6402970d..c1e6a95a 100644 --- a/site/docs/templates.md +++ b/site/docs/templates.md @@ -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: