From 9b668be2815bad3fedffdb38108a67a3a4b48024 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Sun, 9 Jun 2013 18:08:55 +0200 Subject: [PATCH] Update ProTip on Installation page in docs to point to all the info about Pygments and the 'highlight' tag. Fixes #1196. --- site/docs/installation.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/site/docs/installation.md b/site/docs/installation.md index 1ba2fc3b..e409129a 100644 --- a/site/docs/installation.md +++ b/site/docs/installation.md @@ -58,7 +58,8 @@ Check out [the extras page](../extras) for more information.

If you’re the kind of person who is using Jekyll, then chances are you’ll want to enable syntax highlighting using Pygments. You should really - check out how to do that before you go any further. + check out how to do + that before you go any further.