Added Github Alerts (#402)

Added snippets for github alerts as in webpages
This commit is contained in:
Sidon_OO0 2024-02-12 10:34:25 +05:30 committed by GitHub
parent a45fd0bf0c
commit 4086781c6b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -386,5 +386,30 @@
"prefix": "sup",
"body": ["${1}<sup>${0}"],
"description": "Create a superscript."
},
"Insert Note": {
"prefix": ["note", "n"],
"body": "> [!NOTE]\n> ",
"description": "Insert Note"
},
"Insert Tip": {
"prefix": ["tip", "t"],
"body": "> [!TIP]\n> ",
"description": "Insert Tip"
},
"Insert Important": {
"prefix": ["important", "imp"],
"body": "> [!IMPORTANT]\n> ",
"description": "Insert Important"
},
"Insert Warning": {
"prefix": ["warning", "w"],
"body": "> [!WARNING]\n> ",
"description": "Insert Warning"
},
"Insert Caution": {
"prefix": ["caution", "c"],
"body": "> [!CAUTION]\n> ",
"description": "Insert Caution"
}
}