Merge pull request #3475 from markphelps/master

Fix wording in code snippet highlighting section
This commit is contained in:
Parker Moore 2015-02-17 13:11:59 -08:00
commit 4d0cb3345f
1 changed files with 3 additions and 3 deletions

View File

@ -324,9 +324,9 @@ on your system and set `highlighter` to `pygments` in your site's configuration
file. file.
Alternatively, you can use [Rouge](https://github.com/jayferd/rouge) to highlight 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 your code snippets. It doesn't support as many languages as Pygments, however it
it should fit in most cases and it's written in pure Ruby ; you don't need Python should suit most use cases. Also, since [Rouge](https://github.com/jayferd/rouge)
on your system! 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: To render a code block with syntax highlighting, surround your code as follows: