Added missing links to Pygments.rb and Rouge

This commit is contained in:
Olivér Falvai 2015-12-12 15:08:12 +01:00
parent b9d4419749
commit e61e93b486
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