Skip to content

Commit

Permalink
more md snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
theniceboy committed May 12, 2021
1 parent 0b5fb7e commit cce8278
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Ultisnips/markdown.snippets
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
snippet th "Table Heading"
| ${1:Key} | ${2:Value} |
|-|-|
${0}
endsnippet

snippet tr "Table Row"
| ${1:Term} | ${2:Definition} |
${0}
endsnippet

0 comments on commit cce8278

Please sign in to comment.