Skip to content

Commit

Permalink
Add Definition list to Markdown Snippets (#110026)
Browse files Browse the repository at this point in the history
  • Loading branch information
carrotfarmer committed Nov 5, 2020
1 parent 0440be9 commit 05049f7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion extensions/markdown-basics/snippets/markdown.code-snippets
Expand Up @@ -64,6 +64,11 @@
"body": ["1. ${1:first}", "2. ${2:second}", "3. ${3:third}", "$0"],
"description": "Insert ordered list"
},
"Insert definition list": {
"prefix": "definition list",
"body": ["${1:term}", ": ${2:definition}", "$0"],
"description": "Insert definition list"
},
"Insert horizontal rule": {
"prefix": "horizontal rule",
"body": "----------\n",
Expand All @@ -83,5 +88,5 @@
"prefix": "strikethrough",
"body": "~~${1:${TM_SELECTED_TEXT}}~~",
"description": "Insert strikethrough"
}
},
}

0 comments on commit 05049f7

Please sign in to comment.