Markdown notes test

Markdown test

Level 1 heading

Secondary heading

Level 1 heading

Secondary heading

Three-level heading

Level 4 heading

Level 5 heading
Sixth level heading

Paragraph wrap
Paragraph wrap
Paragraph wrap
Paragraph

Paragraph
italic text
or italic text
bold text
or bold text
bold italic text
or bold italic text






Strikeout
Underline start
underscore end


These are unordered lists

  • the first item
  • second section
  • the third item
  • the first item
  • second section
  • the third item
  • the first item
  • second section
  • the third item
  1. the first item
  2. second section
  3. the third item

Footnote test 1 .

List nesting

  1. the first item:
    • The first element of the first item nested
    • The second element of the first item nested
  2. second section:
    • The first element of the second nest
    • Second nested second element

the third item:

  • The first element of the third item
  • The second element of the third item

Block test

Block reference
Block reference
Block nested test

First nest

Second nest

Third nest

Fourth nest

Fifth nest

Sixth nest

Seventh nest

I can't test it anymore, the probability is unlimited

Use list in block

Create block

  1. the first item
  2. second section
  • the third item
  • Fourth item

Use blocks in the list

  • Build a list

    Create block

    • List in block
    • Block in the list of blocks

      • List of blocks in the list of blocks

Markdown code

printf()Output function
printf
code block

printf("Hello,Markdown");

Markdown link

Link name
<markdowntest.md>

Advanced link

This link uses 1 as the URL variable runood
This link uses baidu as the URL variable after baidu
is assigned to the variable at the end of the document (attach the URL)

Markdown image

This is the grammatical format of the picture
alt picture 1

Markdown table

Header Header
Cell Cell
Cell Cell

Header Header
Cell Cell
Cell Cell

Align left Align center Align right
Cell Cell Cell
Cell Cell Cell

Advanced Markdown skills

Test
Test
Test
Test
Test
Test

Test

Escape

**Normal display of asterisks**
*Left diagonal bar
/*
`_ []

Draw a flowchart

方形
圆角

  1. This is the content of the footnote ↩︎

Guess you like

Origin blog.csdn.net/u014546382/article/details/109416608