Markdown

这篇文章的内容,必须到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上查
原文地址:https://www.cnblogs.com/skating/p/6125073.html