这篇文章的内容,必须到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 namego func hello(){ fmt.Println("Hello World!"); }