This commit is contained in:
Ray Elliott 2022-08-20 12:35:14 +01:00
commit aac456d6d5
4 changed files with 27 additions and 3 deletions

View file

@ -72,3 +72,12 @@ snippet int "integral" i
\\int_{$1}^{$2} $0
endsnippet
snippet web "web snippet"
[$1]($2)
\`\`\`
$3
\`\`\`
---$0
endsnippet