From 0da02acdf8775d1b6cf241d78597184cae958f8b Mon Sep 17 00:00:00 2001 From: plgagne Date: Thu, 26 Jan 2023 05:54:09 -0500 Subject: [PATCH] grammatical reordering (#9245) Merge pull request 9245 --- docs/_docs/upgrading/3-to-4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/upgrading/3-to-4.md b/docs/_docs/upgrading/3-to-4.md index 87ad8acb..3d03968f 100644 --- a/docs/_docs/upgrading/3-to-4.md +++ b/docs/_docs/upgrading/3-to-4.md @@ -123,7 +123,7 @@ Jekyll has dropped support for `kramdown-1.x` entirely. From [`v2.0` onwards](https://kramdown.gettalong.org/news.html#kramdown-200-released) kramdown requires specific extensions to be additionally installed to use -certain features are desired outside of kramdown's core functionality. +certain desired features outside of kramdown's core functionality. Out of all the extensions listed in the report linked above, gem `kramdown-parser-gfm` is automatically installed along with Jekyll 4.0. The