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 95b6c89 commit cd58186Copy full SHA for cd58186
README.md
@@ -67,7 +67,7 @@ mol // Ordered List
67
mul // Unordered List
68
mtable // Table
69
```
70
-1. First Item
+1. First Item
71
2. Second Item
72
3. Third Item
73
mol.sublime-snippet
@@ -1,6 +1,6 @@
1
<snippet>
2
<content><![CDATA[
3
-1. ${1:First Item}
+1. ${1:First Item}
4
2. ${2:Second Item}
5
3. ${3:Third Item}
6
${0}
0 commit comments