Markdown - Github specific

这篇文章的内容,必须到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上查
posted @ 2016-12-02 11:30  FigureSkating  阅读(105)  评论(0编辑  收藏  举报