Markdown rendering test
"TLDR: This article introduces the basic syntax of Markdown, including font style, citation method, dividing line and list format."
Title:
This is a secondary title
This is a third-level title
This is the fourth level heading
This is the fifth level title
This is the sixth level title
Font:
This is bold text
This is italic text
This is the text in italics and bold
This is the strikethrough text
Quote:
This is the content of the quote
This is the content of the quote
Dividing lines (3 or more - or * is acceptable):
List:
unordered list
-
Red
-
Green
*Blue
ordered list
- Red
2.Green
3.Blue
Nested lists
-Alice
-a
-b
-Bob
1.a
2.b
-Cat
task list
-
a task list item
-
list syntax required
-
normal formatting
-
incomplete
-
completed
Table:
| First Header | Second Header |
| ------------- | ------------- |
| Content Cell | Content Cell |
| Content Cell | Content Cell |
| Left-Aligned | Center Aligned | Right Aligned |
| :----------- | :-------------: | -----------: |
| col 3 is | some wordy text | $1600 |
| col 2 is | centered | $12 |
Links:
This is a [link] that jumps to Baidu (http://www.baidu.com)
Picture:
This is an online picture

This is a picture of local relative path indication

This is a picture of a local absolute path indication

Code highlighting:
Inline code printf("hello world");
code block
#include <stdio.h>
int main() {
printf("hello world");
return 0;
}
Directory:
Expression:
😃
🐭👦🐀🍹
Mathematical formula:
Inline formula
multi-line formula