From 7c561e8c2c0de0c1a70c3426d7bb7ef128c2fb89 Mon Sep 17 00:00:00 2001 From: Rob de Kort Date: Mon, 24 Jun 2024 23:32:31 +0200 Subject: [PATCH] Update markdown.md (#1381) --- content/collections/extending-docs/markdown.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/collections/extending-docs/markdown.md b/content/collections/extending-docs/markdown.md index 9181b7afb..82259af19 100644 --- a/content/collections/extending-docs/markdown.md +++ b/content/collections/extending-docs/markdown.md @@ -80,10 +80,10 @@ class AppServiceProvider extends ServiceProvider ``` :::tip -You can find a long list of Markdown Extensions [on the CommonMark site](https://commonmark.thephpleague.com/2.0/extensions/overview/), or around on GitHub. We love this [Hint Extension](https://github.com/ueberdosis/commonmark-hint-extension) by Ueberdosis – you're seeing it in action, powering this "Hot Tip" box. +You can find a long list of Markdown Extensions [on the CommonMark site](https://commonmark.thephpleague.com/2.4/extensions/overview/), or around on GitHub. We love this [Hint Extension](https://github.com/ueberdosis/commonmark-hint-extension) by Ueberdosis – you're seeing it in action, powering this "Hot Tip" box. ::: -Statamic 3.3+ uses CommonMark 2.0, while previous versions use CommonMark 1.6. Keep this in mind when reading docs and looking for extension packages. +Statamic 5.0+ uses CommonMark 2.4, while previous versions used either CommonMark 2.2 or CommonMark 1.6. Keep this in mind when reading docs and looking for extension packages. ### Helper Methods