Skip to content

Commit

Permalink
ide: add code snippet for detail blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
CalvinWilkinson committed Jan 1, 2024
1 parent 747b004 commit 6c22fd3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .vscode/mdx-snippets.code-snippets
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,19 @@
],
"description": "A new URL component with text."
},
"Details": {
"scope": "mdx",
"prefix": "details",
"body": [
"<details closed>",
"<summary>",
"${1: title}",
"</summary>",
"",
"ADD CONTENT HERE",
"",
"</details>",
],
"description": "A new URL component with text."
},
}

0 comments on commit 6c22fd3

Please sign in to comment.