mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
ux: update code block styling (#22761)

This commit is contained in:
10
.vscode/docker.code-snippets
vendored
10
.vscode/docker.code-snippets
vendored
@@ -39,6 +39,16 @@
|
||||
],
|
||||
"description": "Insert a Hugo tabs block with two tabs and snippet stops for names and content",
|
||||
},
|
||||
"Insert Hugo code block (no title)": {
|
||||
"prefix": ["codeblock", "block"],
|
||||
"body": ["```${1:json}", "$2", "```", ""],
|
||||
"description": "Insert a Hugo code block with an optional title",
|
||||
},
|
||||
"Insert Hugo code block (with title)": {
|
||||
"prefix": ["codeblock", "codettl", "block"],
|
||||
"body": ["```${1:json} {title=\"$2\"}", "$3", "```", ""],
|
||||
"description": "Insert a Hugo code block with an optional title",
|
||||
},
|
||||
"Insert a Button": {
|
||||
"prefix": ["button"],
|
||||
"body": ["{{< button url=\"$1\" text=\"$2\" >}}"],
|
||||
|
||||
Reference in New Issue
Block a user