Skip to content

Commit 331361a

Browse files
committed
Update jekyll 3.9.0 release post
1 parent 8681d67 commit 331361a

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

docs/_posts/2020-08-06-jekyll-3-9-0-released.markdown

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@ version: 3.9.0
55
categories: [release]
66
---
77

8-
Jekyll 3.9.0 allows use of kramdown v2, the latest series of kramdown. If you choose to upgrade, please note that the GitHub-Flavored Markdown parser and
9-
the following features from kramdown v1 are now distributed via separate gems. So they will need to be added to your `Gemfile` separately to use the feature:
8+
Jekyll 3.9.0 allows use of kramdown v2, the latest series of kramdown.
9+
10+
If you choose to upgrade, please note that the GitHub-Flavored Markdown
11+
parser and other features of kramdown v1 are now distributed via
12+
separate gems. If you would like to continue using these features, you will
13+
need to add the gems to your `Gemfile`. They are as follows:
1014

1115
- GFM parser – `kramdown-parser-gfm`
1216
- coderay syntax highlighter – `kramdown-syntax-coderay`
@@ -16,7 +20,8 @@ the following features from kramdown v1 are now distributed via separate gems. S
1620
- ritex math engine – `kramdown-math-ritex`
1721
- itex2mml math engine – `kramdown-math-itex2mml`
1822

19-
Jekyll will require the given gem when the configuration requires it, and will show a helpful message when a dependency is missing.
23+
Jekyll will require the given gem when the configuration requires it, and
24+
will show a helpful message when a dependency is missing.
2025

2126
You can check out the patches and see all the details in [the release notes](/docs/history/#v3-9-0)
2227

0 commit comments

Comments
 (0)