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.
This commit is contained in:
Michael Deol
2015-05-12 11:57:40 -07:00
parent b201d2b3b9
commit 8bc1c17585
2 changed files with 2 additions and 2 deletions

View File

@@ -1242,7 +1242,7 @@
this.total = 0;
}
}
```
```
**[⬆ back to top](#table-of-contents)**

View File

@@ -757,7 +757,7 @@
return this;
}
```
```
**[⬆ back to top](#table-of-contents)**