Skip to content

Commit

Permalink
Added Github Alerts (#402)
Browse files Browse the repository at this point in the history
Added snippets for github alerts as in webpages
  • Loading branch information
SidonTheTroll authored Feb 12, 2024
1 parent a45fd0b commit 4086781
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions snippets/markdown.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 4086781

Please sign in to comment.