Skip to content

Commit

Permalink
Point to the Rouge GitHub repo rather than broken website (#9362)
Browse files Browse the repository at this point in the history
Merge pull request 9362
  • Loading branch information
jmahoney committed Aug 14, 2023
1 parent e5c4948 commit dafa28d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/_docs/liquid/tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ If you have page snippets that you use repeatedly across your site, an
## Code snippet highlighting

Jekyll has built in support for syntax highlighting of over 100 languages
thanks to [Rouge](http://rouge.jneen.net). Rouge is the default highlighter
thanks to [Rouge](https://github.com/rouge-ruby/rouge). Rouge is the default highlighter
in Jekyll 3 and above.

{: .note .warning}
Expand Down
2 changes: 1 addition & 1 deletion docs/_docs/upgrading/2-to-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ then the layout can access that via {% raw %}`{{ layout.class }}`{% endraw %}.

For the first time, the default syntax highlighter has changed for the
`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
it's now [Rouge](https://github.com/rouge-ruby/rouge). 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
Expand Down

0 comments on commit dafa28d

Please sign in to comment.