We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 102c096 commit 83b7ed9Copy full SHA for 83b7ed9
docs/editors/sublime-text/snippets/stdlib-equation.sublime-snippet
@@ -0,0 +1,19 @@
1
+<snippet>
2
+ <content><!-- <equation class="equation" label="eq:TODO" align="center" raw="TODO" alt="TODO"> -->
3
+
4
+<div class="equation" align="center" data-raw-text="TODO" data-equation="eq:TODO">
5
+ <img src="TODO" alt="TODO">
6
+ <br>
7
+</div>
8
9
+<!-- </equation> --></content>
10
11
+ <!-- Tab trigger to activate the snippet -->
12
+ <tabTrigger>stdlib.equation</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 equation</description>
19
+</snippet>
0 commit comments