From f13dac20ee5a63f502ce86bc0a536b8fdf2f6dfa Mon Sep 17 00:00:00 2001 From: Ismail Sahillioglu Date: Wed, 20 Aug 2025 15:21:01 +0300 Subject: [PATCH] Add admonitions Added Github flavoured admonitions to test if it works with Gitea. See https://github.com/orgs/community/discussions/16925. --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bed0e30..3ec206f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,20 @@ # Karalama -Karalama ve denemeler yapmak için \ No newline at end of file +Karalama ve denemeler yapmak için + +## Admonitions + +> [!NOTE] +> This is a note admonition. + +> [!TIP] +> This is a tip admonition. + +> [!WARNING] +> This is a warning admonition. + +> [!IMPORTANT] +> This is an important admonition. + +> [!CAUTION] +> This is a caution admonition. \ No newline at end of file