Merge pull request #4255 from ofalvai/patch-1

Upgrading 2-3: Added missing links to Pygments.rb and Rouge
This commit is contained in:
Parker Moore 2015-12-12 10:08:04 -08:00
commit 763702d4ff
1 changed files with 2 additions and 2 deletions

View File

@ -64,8 +64,8 @@ then the layout can access that via `{% raw %}{{ layout.class }}{% endraw %}`.
### Syntax highlighter changed
For the first time, the default syntax highlighter has changed for the
`highlight` tag and for backtick code blocks. Instead of [Pygments.rb][],
it's now [Rouge][]. If you were using the `highlight` tag with certain
`highlight` tag and for backtick code blocks. Instead of [Pygments.rb](https://github.com/tmm1/pygments.rb),
it's now [Rouge](http://rouge.jneen.net/). If you were using the `highlight` tag with certain
options, such as `hl_lines`, they may not be available when using Rouge. To
go back to using Pygments, set `highlighter: pygments` in your
`_config.yml` file and run `gem install pygments.rb` or add