4 Commits

Author SHA1 Message Date
ismail f7f51f6cd0 Add explanation for Gitea's support of GitHub flavored markdown in README
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2025-09-01 21:14:15 +03:00
ismail f13dac20ee Add admonitions
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
Added Github flavoured admonitions to test if it works with Gitea.
See https://github.com/orgs/community/discussions/16925.
2025-08-20 15:21:01 +03:00
ismail 3ec6327f93 Merge pull request 'Update redmine_github_gnosis.txt' (#7) from fix/173-commit-reference into main
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
Reviewed-on: https://dev.kozmotronik.com.tr/gitea/KozmotronikTech/Karalama/pulls/7
2025-03-24 11:00:49 +03:00
ismail ad84661b73 Merge pull request 'Update redmine_github_gnosis.txt' (#6) from fix/173-commit-reference into main
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run
Reviewed-on: https://dev.kozmotronik.com.tr/gitea/KozmotronikTech/Karalama/pulls/6
2025-03-24 10:31:59 +03:00
+19
View File
@@ -1,3 +1,22 @@
# Karalama # Karalama
Karalama ve denemeler yapmak için 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.
As can be seen, Gitea does support Github flavored markdown for admonitions.