Skip to content

Commit cd58186

Browse files
committed
ol fix
1 parent 95b6c89 commit cd58186

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ mol // Ordered List
6767
mul // Unordered List
6868
mtable // Table
6969
```
70-
1. First Item
70+
1. First Item
7171
2. Second Item
7272
3. Third Item
7373

mol.sublime-snippet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<snippet>
22
<content><![CDATA[
3-
1. ${1:First Item}
3+
1. ${1:First Item}
44
2. ${2:Second Item}
55
3. ${3:Third Item}
66
${0}

0 commit comments

Comments
 (0)