From 6c2ced0ab34d5646d7788a3dd65908b591617e88 Mon Sep 17 00:00:00 2001 From: ToaKraka Date: Tue, 6 Feb 2024 22:15:06 +0000 Subject: [PATCH] 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 Co-authored-by: ToaKraka Co-committed-by: ToaKraka --- content/markdown/faq.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/markdown/faq.md b/content/markdown/faq.md index c4026a7..393715d 100644 --- a/content/markdown/faq.md +++ b/content/markdown/faq.md @@ -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.