Skip to content

Commit

Permalink
Adding some vsnip snippets for markdown.
Browse files Browse the repository at this point in the history
  • Loading branch information
codetalker7 committed Jul 6, 2024
1 parent dd15ce9 commit 3d26fb8
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .vsnip/markdown.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"Math aligned block": {
"prefix": ["$", "$$"],
"body": [
"\\$\\$",
"\t\\begin{aligned}",
"\t\t$1 &= $2",
"\t\\end{aligned}",
"\\$\\$"
],
"description": "Aligned math block."
},
"Fractions": {
"prefix": ["fr", "fra", "frac"],
"body": [
"\\frac{$1}{$2}"
],
"description": "Fractions."
}
}

0 comments on commit 3d26fb8

Please sign in to comment.