From f7f51f6cd07a72f5dec2b4c16190992a4786250c Mon Sep 17 00:00:00 2001 From: ismail Date: Mon, 1 Sep 2025 21:14:15 +0300 Subject: [PATCH] Add explanation for Gitea's support of GitHub flavored markdown in README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ec206f..36de0cc 100644 --- a/README.md +++ b/README.md @@ -17,4 +17,6 @@ Karalama ve denemeler yapmak için > This is an important admonition. > [!CAUTION] -> This is a caution admonition. \ No newline at end of file +> This is a caution admonition. + +As can be seen, Gitea does support Github flavored markdown for admonitions.