简述Markdown的使用方法

MarkdownPad Document

Markdown的使用技巧

一、标题

一个”#“表示H1、“##”表示H2...

二、列表

  1. 第一点
  2. 第二点
  3. 注意1.2. -与文本之间要有一个空格
  4. 这一点

三、加粗、斜体、删除线

1.加粗 2.斜体 3.~~删除线~~

四、代码

1.直接一个tab,开始一行代码

hellow world

2.多行代码块

第一段代码
第二段代码
第三段代码

3.反引号括起来

Use the printf() function.

这个是引用

五、连接和图片

  • 【】(url地址)
  • 插入图片:!【】(img地址)
  • eg 刘凯个人主页
  • eg 简述Markdown的使用方法
  • 行内式
  • See my About page for details.
  • 参考式
  • This is [an example][id] reference-style link.

六、引用

窗前明月光, 疑是地上霜; 抬头哦王明月, 低头思故乡。

七、分隔线

1.* * *


2.***


3.****



——————————————————————————

2017/10/7 4:06:20

console.log()

上一篇:POI读写Word docx文件


下一篇:ASP.NET页面之间传值的方式之Application(个人整理)