Skip to content

Commit 83b7ed9

Browse files
committed
Add Markdown HTML equation snippet
1 parent 102c096 commit 83b7ed9

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)