Defining Methods
Methods allow you to smoothly display code examples in different languages.
My first method
My first method exposes how to print a message in JavaScript and Go.
Here is how to print a message to stdout
using JavaScript.
console.log('My first method');
Here is how to print a message to stdout
using Go.
fmt.Println("My first method")
Whatever language you are using, the result will be the same.
$ My first method
语法参考
脚注
脚注参考前的文本。2
aa footer1。 这是一个注脚footnote的样例。
这是第二个注脚footnote2的样例。
锚点
你好hehe
分割线
版权许可
嵌套列表:最多三级
- 1
- 1.1
- 1.2
- 1.3
- 1.3.1
- 1.3.1
- 1.3.2
超链接 不如
图片链接
目录
├── book.json ├── README.md
└── SUMMARY.md
标签
标签
: Cmd-Markdown
表格
第一标题 | 第二标题 |
---|---|
内容单元 | 内容单元 |
内容单元 | 内容单元 |