Skip to content

Commit 8bc1c17

Browse files
author
Michael Deol
committed
Fixed spacing on code block under Comments.
Even though github was rendering this correctly; I did this to fix tools like https://github.com/suan/vim-instant-markdown from breaking syntax.
1 parent b201d2b commit 8bc1c17

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
@@ -1242,7 +1242,7 @@
12421242
this.total = 0;
12431243
}
12441244
}
1245-
```
1245+
```
12461246

12471247
**[⬆ back to top](#table-of-contents)**
12481248

es5/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@
757757
758758
return this;
759759
}
760-
```
760+
```
761761

762762
**[⬆ back to top](#table-of-contents)**
763763

0 commit comments

Comments
 (0)