02

作者: 人工智能第三版 | 来源:发表于2018-04-24 14:02 被阅读5次

0 目的

写作markdown

1 设备

MAC

2 步骤

1 title

# ~ #######

2 list

*
+
-
n.

3 reference or column bar

> ~ >>>>>>>>

4 link

[this is name](http://this is link)

5 image

![this is image](http://this is link)

6 code

```
your content
```

7 table

| h1 | h2 | h3 |

8 emphasis

_italic_

__bold__

9 delete line

~~deleted this~~

3 原理

标签最后转化为html标签

4 拓展

robotframe work documentation

相关文章

网友评论

      本文标题:02

      本文链接:https://www.haomeiwen.com/subject/ifhjlftx.html