Markdown常用语法
第一章 块元素
1.1标题
标题有6个等级,用#号表示
1 | # 标题1 |
1.2引用
使用>字符,表示引用
1 | > This is a blockquote with two paragraphs. This is first paragraph. |
This is a blockquote with two paragraphs. This is first paragraph.
This is second pragraph.Vestibulum enim wisi, viverra nec, fringilla in, laoreet vitae, risus.
This is another blockquote with one paragraph. There is three empty line to seperate two blockquote.