Skip to content

Commit

Permalink
Update markdown.md (#1381)
Browse files Browse the repository at this point in the history
  • Loading branch information
robdekort authored Jun 24, 2024
1 parent 5b72d57 commit 7c561e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/collections/extending-docs/markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7c561e8

Please sign in to comment.