initial commit

This commit is contained in:
jonas@geiger-natur.de
2024-11-27 20:33:40 +01:00
commit e4b606b8e0
8 changed files with 224 additions and 0 deletions

20
README.md Normal file
View File

@@ -0,0 +1,20 @@
# JG2401 - Custom Markdown Snippets
Contains some custom snippets for markdown, alerts for example:
```markdown
> [!NOTE]
> Highlights information that users should take into account, even when skimming.
> [!TIP]
> Optional information to help a user be more successful.
> [!IMPORTANT]
> Crucial information necessary for users to succeed.
> [!WARNING]
> Critical content demanding immediate user attention due to potential risks.
> [!CAUTION]
> Negative potential consequences of an action.
```