Skip to content

Instantly share code, notes, and snippets.

@FredyRosero
Created July 14, 2023 03:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FredyRosero/9c76ab955d3b49b71314f7eea61e8260 to your computer and use it in GitHub Desktop.
Save FredyRosero/9c76ab955d3b49b71314f7eea61e8260 to your computer and use it in GitHub Desktop.
Visual Studio Code Markdown Snippet for HTML Summary
"HTML summary": {
"prefix": "summary",
"body": [
"<details class=info>",
"<summary>Explicación del comando</summary>",
"<div markdown='1'>",
"$1",
"</div>",
"</details>",
],
"description": "Visual Studio Code Markdown Snippet for HTML Summary"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment