Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit b5a3f8d

Browse files
committed
add missing github alerts and github image snippets
1 parent 6d947b7 commit b5a3f8d

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

data/snippets.ts

+31
Original file line numberDiff line numberDiff line change
@@ -803,6 +803,13 @@ Fixes #
803803
keyword: "gh-details",
804804
type: "template",
805805
},
806+
{
807+
id: nanoid(),
808+
name: "GitHub Image",
809+
text: `![{cursor}]({clipboard})`,
810+
keyword: "gh-image",
811+
type: "template",
812+
},
806813
{
807814
id: nanoid(),
808815
name: "GitHub Note",
@@ -819,6 +826,30 @@ Fixes #
819826
keyword: "gh-warning",
820827
type: "template",
821828
},
829+
{
830+
id: nanoid(),
831+
name: "GitHub Tip",
832+
text: `> [!TIP]
833+
> {cursor}`,
834+
keyword: "gh-tip",
835+
type: "template",
836+
},
837+
{
838+
id: nanoid(),
839+
name: "GitHub Important",
840+
text: `> [!IMPORTANT]
841+
> {cursor}`,
842+
keyword: "gh-important",
843+
type: "template",
844+
},
845+
{
846+
id: nanoid(),
847+
name: "GitHub Caution",
848+
text: `> [!CAUTION]
849+
> {cursor}`,
850+
keyword: "gh-caution",
851+
type: "template",
852+
},
822853
];
823854

824855
const spelling: Snippet[] = [

0 commit comments

Comments
 (0)