第六周作业
1.为什么要用Markdown
- Markdown 是一种轻量级的标记语言
- 一旦掌握Markdown,你的在电脑上的文字书写就会很幸福。
- PS:评论已经全面支持Markdown 语法,大家可以试试。
2.基本语法
**strong** (加粗)
*emphasize* (强调/斜体)
[example](http://url.com) (网站)
<ninecodec@gmail.com> (邮箱)
![img](http://url) (图片,可以是互联网上随便一个图片的链接。)
# 标题1
## 标题2
### 标题3
--- 分割线
1.
2.
3. list(表,有序,也可以是abc)
*
*
* list(表,无序)
> Blockquote (块引述,原谅我的翻译)
当然,深入讲的话还有表格
First Header | Second Header | Third Header
------------ | ------------- | ------------
Content Cell | Content Cell | Content Cell
Content Cell | Content Cell | Content Cell
strong (加粗)
emphasize (强调/斜体)
[example][http://changchengxue.com/] (网站)
ninecodec@gmail.com (邮箱)
(图片,可以是互联网上随便一个图片的链接。这个是我小组的一个小项目,所有文档都有markdown编写。)
标题1
标题2
标题3
--- 分割线
1.
2.
- list(表,有序,也可以是abc)
- list(表,无序)
PS:表是可以内嵌的
- Header
- subtitle1
- subtitle2
- subtitle1
Blockquote (块引述,原谅我的翻译)
当然,深入讲的话还有表格
First Header | Second Header | Third Header |
---|---|---|
Content Cell | Content Cell | Content Cell |
Content Cell | Content Cell | Content Cell |
3.工具推荐。
Mac.
Windows.
PS:米娜桑,赶紧在评论试试吧。
😄
来自我的个人网站 changchengxue.com
posted on 2016-04-10 09:29 薛长城2013551824 阅读(95) 评论(0) 编辑 收藏 举报