Change Markdown snippets, add verilog to build function

This commit is contained in:
2023-09-01 15:52:10 +02:00
parent c6bedc0e98
commit 480c242895
2 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
snippet link "Link to something"
[${1:${VISUAL:Text}}](${3:http://schnick.duckdns.org}})$0
[${1:${VISUAL:Text}}](${3})$0
endsnippet
snippet img "Image"
@@ -44,4 +44,3 @@ endsnippet
snippet ,m "Math equation" A
\$\$ $1 \$\$ $0
endsnippet