Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove note about GitHub Pages' version of Rouge #1344

Merged
merged 1 commit into from
Oct 9, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,6 @@ Rouge::Theme.find('base16.light').render(scope: '.highlight')

### Jekyll

**NOTE**: If you're using GitHub Pages, you're stuck with [version
2.2.1][ghp-versions] of Rouge. Although GitHub Pages uses an up to date version
of Jekyll, it locks the version of Rouge. There is [an open issue][ghp-issue] to
upgrade this to a more current release.

[ghp-versions]: https://pages.github.com/versions/
"Version of the dependencies used by GitHub Pages"

[ghp-issue]: https://github.com/github/pages-gem/issues/601
"pages-gem Issue #601"

Rouge is Jekyll's default syntax highlighter. Out of the box, Rouge will be
used to highlight text wrapped in the `{% highlight %}` template tags. The
`{% highlight %}` tag provides minimal options: you can specify the language to
Expand Down