From 9a0db42436298d97632d051d74d11f9a38c5c0c0 Mon Sep 17 00:00:00 2001 From: Mark Phelps Date: Tue, 17 Feb 2015 15:27:15 -0500 Subject: [PATCH] Updating Rogue description text based on feedback. --- site/_docs/templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_docs/templates.md b/site/_docs/templates.md index f69943b4..8014a2ee 100644 --- a/site/_docs/templates.md +++ b/site/_docs/templates.md @@ -325,7 +325,7 @@ 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, however it -should fit in most cases. Also, since [Rouge](https://github.com/jayferd/rouge) +should suit most use 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: