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

Commit 9460b2f

Browse files
snippet: update markdown link icon descriptions
1 parent 93f42c6 commit 9460b2f

1 file changed

Lines changed: 28 additions & 11 deletions

File tree

snippets/markdown.json

Lines changed: 28 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,37 @@
11
{
22
"mkdocs button tag": {
33
"prefix": "mkdocs-button",
4-
"body": ["{.md-button} ${0}"],
4+
"body": [
5+
"{.md-button} ${0}"
6+
],
57
"description": "MkDocs Button tag"
68
},
79
"mkdocs button target tag": {
810
"prefix": "mkdocs-button-target-tag",
9-
"body": ["{target=_blank .md-button} ${0}"],
11+
"body": [
12+
"{target=_blank .md-button} ${0}"
13+
],
1014
"description": "MkDocs Button target blank tag"
1115
},
1216
"mkdocs button form": {
1317
"prefix": "mkdocs-button-form",
14-
"body": ["[${1:link text}](${2:URL}){target=_blank .md-button} ${0}"],
18+
"body": [
19+
"[${1:link text}](${2:URL}){target=_blank .md-button} ${0}"
20+
],
1521
"description": "MkDocs Button form"
1622
},
1723
"mkdocs link target blank tag": {
1824
"prefix": "mkdocs-link-target-blank-tag",
19-
"body": ["{target=_blank} ${0}"],
25+
"body": [
26+
"{target=_blank} ${0}"
27+
],
2028
"description": "MkDocs Link target blank tag"
2129
},
2230
"mkdocs link form": {
2331
"prefix": "mkdocs-link-form",
24-
"body": ["[${1:link-text}](${2:URL}){target=_blank .md-button} ${0}"],
32+
"body": [
33+
"[${1:link-text}](${2:URL}){target=_blank .md-button} ${0}"
34+
],
2535
"description": "MkDocs Link form"
2636
},
2737
"mkdocs youtube embed": {
@@ -33,18 +43,25 @@
3343
},
3444
"mkdocs icon book": {
3545
"prefix": "mkdocs-icon-book",
36-
"body": [":fontawesome-solid-book-open:${0}"],
37-
"description": "MkDocs link target blank"
46+
"body": [
47+
":fontawesome-solid-book-open:${0}"
48+
],
49+
"description": "MkDocs link book icon"
3850
},
3951
"mkdocs icon github": {
4052
"prefix": "mkdocs-icon-github",
41-
"body": [":fontawesome-brands-github:${0}"],
42-
"description": "MkDocs link target blank"
53+
"body": [
54+
":fontawesome-brands-github:${0}"
55+
],
56+
"description": "MkDocs link github icon"
4357
},
4458
"mkdocs icon globe": {
4559
"prefix": "mkdocs-icon-globe",
46-
"body": [":globe_with_meridians:${0}"],
47-
"description": "MkDocs link target blank"
60+
"body": [
61+
":globe_with_meridians:${0}"
62+
],
63+
"description": "MkDocs link globe icon"
64+
},
4865
},
4966
"mkdocs image github base url": {
5067
"prefix": "mkdocs-image-github-base-url",

0 commit comments

Comments
 (0)