Merged
Conversation
Jekyll 3 and GitHub Pages now only support Kramdown as the Markdown engine, and Rouge as the syntax highlighter. Ref: https://github.com/blog/2100-github-pages-now-faster-and-simpler-with-je kyll-3-0 This commit updates Jekyll Now to support these changes, with just a small _config.yml update.
This was referenced Mar 7, 2016
yy2056
added a commit
to yy2056/yy2056.github.io
that referenced
this pull request
Aug 10, 2016
nrough
pushed a commit
to nrough/nrough.github.io
that referenced
this pull request
Jul 2, 2017
Move to Kramdown and Rouge
Tucker-Allen
added a commit
to Tucker-Allen/Tucker-Allen.github.io
that referenced
this pull request
Jun 18, 2018
Move to Kramdown and Rouge
ymougenel
referenced
this pull request
in ymougenel/ymougenel.github.io
Apr 7, 2020
Move to Kramdown and Rouge
pzelmanski
added a commit
to pzelmanski/pzelmanski.github.io
that referenced
this pull request
May 7, 2020
Move to Kramdown and Rouge
pzhokhov
pushed a commit
to pzhokhov/pzhokhov.github.io
that referenced
this pull request
Jan 28, 2021
Move to Kramdown and Rouge
|
hi |
rosnikv
pushed a commit
to rosnikv/rosnikv.github.io
that referenced
this pull request
Jul 30, 2022
peppy
pushed a commit
to peppy/peppy.github.io
that referenced
this pull request
Dec 6, 2023
Move to Kramdown and Rouge
digitaldave0
pushed a commit
to digitaldave0/dev-blog
that referenced
this pull request
Jul 1, 2025
Move to Kramdown and Rouge
RatStar811
approved these changes
Sep 1, 2025
RatStar811
approved these changes
Sep 1, 2025
yazelin
pushed a commit
to yazelin/yazelin.github.io
that referenced
this pull request
Feb 9, 2026
Move to Kramdown and Rouge
matt-mckenna
pushed a commit
to matt-mckenna/matt-mckenna.github.io
that referenced
this pull request
Mar 16, 2026
Move to Kramdown and Rouge
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Jekyll 3 and GitHub Pages have moved to ONLY support Kramdown and Rouge as the Markdown engine and syntax highlighter for Jekyll. See: https://github.com/blog/2100-github-pages-now-faster-and-simpler-with-jekyll-3-0
This commit is a small update to
_config.ymlthat enables Jekyll Now to fully support those changes, including maintaining the existing pygments syntax highlighting CSS.