blob: eb6f8b0edce37520a5b3d3755c90285b7273391f (
plain)
1
2
3
4
5
6
7
8
9
|
# vim:ft=snippets:
snippet link "Link a static content" b
{{local:/home/yigit/nextcloud/personal_wiki/html/static/${1:filename}|${2:alt text}}}
endsnippet
snippet on "O(n)" b
$\mathcal{O}(n)$
endsnippet
|