Skip to content

Latest commit

 

History

History
138 lines (98 loc) · 2.27 KB

markdown语法.md

File metadata and controls

138 lines (98 loc) · 2.27 KB

我展示的是一级标题

我展示的是二级标题

一级标题

二级标题

三级标题

四级标题

五级标题
六级标题

斜体文本 粗体文本 粗斜体文本


RUNOOB.COM GOOGLE.COM BAIDU.COM

带下划线文本 创建脚注格式类似这样 1

  • 第一项
  • 第二项
  • 第三项
  • 第一项
  • 第二项
  • 第三项
  • 第一项
  • 第二项
  • 第三项
  1. 第一项

  2. 第二项

  3. 第三项

  4. 第一项:

    • 第一项嵌套的第一个元素
    • 第一项嵌套的第二个元素
  5. 第二项:

    • 第二项嵌套的第一个元素
    • 第二项嵌套的第二个元素

GitHub Logo Format: Alt Text

https://github.com - 自动生成! GitHub

正如 Kanye West 所说:

We're living the future so the present is our past.

我觉得你应该在这里使用 <addr> 才对。

require 'redcarpet'
markdown = Redcarpet.new("Hello World!")
puts markdown.to_html
function add(x, y) {
  return x + y
}
function add(x, y) {
  return x + y
}
function add(x, y) {
  return x + y
}
  • @mentions, #refs, links, formatting, and tags supported
  • list syntax required (any unordered or ordered list supported)
  • this is a complete item
  • this is an incomplete item
First Header Second Header
Content from cell 1 Content from cell 2
Content in the first column Content in the second column

😄 :fa-car:

30^th^

colspan > or empty cell

a b
> 1
2

Content 2

_[HTML]: Hyper Text Markup Language _[W3C]: World Wide Web Consortium The HTML specification is maintained by the W3C.

==marked==

Footnotes

  1. 菜鸟教程 -- 学的不仅是技术,更是梦想!!!

  2. Hi! This is a footnote