fix some markdown headline formats

Add spaces to fix some misformated headlines.
This commit is contained in:
B1nj0y 2017-05-12 00:00:08 +08:00 committed by GitHub
parent d5b353c5d5
commit 18e8b016f7

View File

@ -373,7 +373,7 @@ func main() {
``` ```
###Multipart/Urlencoded binding ### Multipart/Urlencoded binding
```go ```go
package main package main
@ -451,7 +451,7 @@ func main() {
} }
``` ```
####Serving static files #### Serving static files
```go ```go
func main() { func main() {
@ -465,7 +465,7 @@ func main() {
} }
``` ```
####HTML rendering #### HTML rendering
Using LoadHTMLTemplates() Using LoadHTMLTemplates()