这篇文章的内容,必须到github的页面才能全部生效。
Github specific
Github allows for mistakes
There | are | also |
---|---|---|
Tables | in | github |
They | are | fancy |
Start a Triple backtick with a newline
will make a code block as well. ```
You can also enable syntax highlighting by starting
a block with language name
```go
func hello(){
fmt.Println("Hello World!");
}```
##后面还有很多,暂时不继续了,自己到google上查