Loading

博客园 Markdown 扩展语法测试

From: Extended Syntax - Markdown Guide
Based on: cnblogs-theme-silence
Fully supported by: markdown-preview-enhanced

Tables

Syntax Description
Header Title
Paragraph Text
Syntax Description
Header Title
Paragraph Text

Alignment

Syntax Description Test Text
Header Title Here's this
Paragraph Text And more

Fenced Code Blocks

{
  "firstName": "John",
  "lastName": "Smith",
  "age": 25
}

Syntax Highlighting

{
  "firstName": "John",
  "lastName": "Smith",
  "age": 25
}

Footnotes

Here's a simple footnote,[1] and here's a longer one.[2]

Heading IDs (not support)

My Great Heading

Linking to Heading IDs (not support)

Heading IDs

replacement

定义一个锚(id): 跳转到的地方
使用markdown语法:点击跳转

Definition Lists (not support)

First Term
This is the definition of the first term.
Second Term
This is one definition of the second term.
This is another definition of the second term.

Strikethrough

The world is flat. We now know that the world is round.

Task Lists

Emoji

Gone camping! ⛺ Be back soon.

That is so funny! 😂

Highlight

I need to highlight these very important words.

Subscript

H2O

Superscript

X2

Automatic URL Linking

http://www.example.com

Disabling Automatic URL Linking

http://www.example.com


  1. This is the first footnote. ↩︎

  2. Here's one with multiple paragraphs and code.

    Indent paragraphs to include them in the footnote.

    { my code }

    Add as many paragraphs as you like. ↩︎

posted @ 2022-07-07 10:41  liuchao719  阅读(17)  评论(0编辑  收藏  举报