Remove references to a specific version of CommonMark (#390)

The current text refers to CommonMark 0.30, but the latest version of CommonMark is 0.31.2, and the latest version of GoldMark is compatible with that version of CommonMark.

Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/390
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: ToaKraka <toakraka@noreply.codeberg.org>
Co-committed-by: ToaKraka <toakraka@noreply.codeberg.org>
This commit is contained in:
ToaKraka 2024-02-06 22:15:06 +00:00 committed by Gusted
parent d13287b3a8
commit 6c2ced0ab3

View file

@ -15,9 +15,9 @@ correctly on another site or in your editor but does not get rendered correctly
it is probably due to a difference in the Markdown flavour used by the site/editor.
Codeberg uses Forgejo at its core. Forgejo uses [Goldmark](https://github.com/yuin/goldmark) as its rendering engine.
Goldmark is compliant with [CommonMark 0.30](https://spec.commonmark.org/0.30/).
Goldmark is compliant with [CommonMark](https://spec.commonmark.org/current).
Please refer to the CommonMark 0.30 specification on what gets rendered and why.
Please refer to the CommonMark specification on what gets rendered and why.
If you want to correct your rendering, you either have to adapt to Codeberg's rendering or
you must find another way to find an approach common to platforms/software used (and/or supported) by you.