We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92575e1 commit 33803e6Copy full SHA for 33803e6
snippets/html.snippets
@@ -147,6 +147,8 @@ snippet a:ext
147
<a href="http://${1:example.com}">${0:$1}</a>
148
snippet a:mail
149
<a href="mailto:${1:[email protected]}?subject=${2:feedback}">${0:email me}</a>
150
+snippet ac
151
+ <a href="`@+`">${0:`@+`}</a>
152
snippet abbr
153
<abbr title="${1}">${0}</abbr>
154
snippet address
0 commit comments