From dbead70168e4713027bd8d8cadcc0fdfc43f146b Mon Sep 17 00:00:00 2001 From: Mark Phelps Date: Tue, 17 Feb 2015 08:17:45 -0500 Subject: [PATCH] Fix wording in code snippet highlighting section --- site/_docs/templates.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site/_docs/templates.md b/site/_docs/templates.md index 023d26d3..f69943b4 100644 --- a/site/_docs/templates.md +++ b/site/_docs/templates.md @@ -324,9 +324,9 @@ on your system and set `highlighter` to `pygments` in your site's configuration file. Alternatively, you can use [Rouge](https://github.com/jayferd/rouge) to highlight -your code snippets. It doesn't support as many languages as Pygments does but -it should fit in most cases and it's written in pure Ruby ; you don't need Python -on your system! +your code snippets. It doesn't support as many languages as Pygments, however it +should fit in most cases. Also, since [Rouge](https://github.com/jayferd/rouge) +is written in pure Ruby, you don't need Python on your system! To render a code block with syntax highlighting, surround your code as follows: