Use # marks at the beginning, with a space in between, corresponding to h1-h6
Note: Search functionality only applies to first through third-level headings (h1-h3)
There should be one and only one
You can use * or _ as marks to make text bold or italic
Use ** or __ as marks, appearing in pairs
**Your text** : Your text
__Your text__ : Your textUse * or _ as marks, appearing in pairs
*Your text* : Your text
_Your text_ : Your textUse *** or ___ as marks, appearing in pairs
***Your text*** : Your text
___Your text___ : Your textUse 1. as marks, with English punctuation
Can use -, +, * to write unordered lists
::: tip Example - Test, +, * are all the same
Test
Test
Use > marks at the beginning, can be nested
This is a quote 1
This is a quote 2
This is a quote 3
Quotes can be used in lists
Inline code blocks can use "`" marks, appearing in pairs
Test text
Multi-line wrapped code blocks use " ```javascript/php/typescript... " to wrap, appearing in pairs, with language annotation after the opening mark
Add hyperlinks to pages using [text](address) or directly using address <address>
Add images to pages using 
:
Quickly embed tables
::: tip Example
| Header | Header |
|---|---|
| Cell | Cell |
| Cell | Cell |
| ::: |