We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f2c854 commit 8aea269Copy full SHA for 8aea269
docs/editors/sublime-text/snippets/stdlib-figure.sublime-snippet
@@ -0,0 +1,19 @@
1
+<snippet>
2
+ <content><!-- <figure class="figure" align="center" label="fig:${1:TODO}" src="./srv/scripts/${2:TODO}.js" alt="${3:TODO}"> -->
3
+
4
+<div class="figure" align="center" data-figure="fig:${1:TODO}">
5
+ <img src="TODO" alt="${3:TODO}">
6
+ <br>
7
+</div>
8
9
+<!-- </figure> --></content>
10
11
+ <!-- Tab trigger to activate the snippet -->
12
+ <tabTrigger>stdlib.figure</tabTrigger>
13
14
+ <!-- Scope the tab trigger will be active in -->
15
+ <scope>text.html.markdown</scope>
16
17
+ <!-- Description to show in the menu -->
18
+ <description>Markdown HTML figure</description>
19
+</snippet>
0 commit comments