Markdown的基本语法和扩展语法

一、基本语法

这些是 John Gruber 的原始设计文档中列出的元素。所有 Markdown 应用程序都支持这些元素。

标题(Heading)

H1

H2

H3

粗体(Bold)

bold text

斜体(Italic)

italicized text

引用块(Blockquote)

this is a blockquote.

有序列表(Ordered List)

  1. First item
  2. Second item
  3. Third item

……