MarkDown 语法
title level 1
format:# title level 1
title level 2
format: ## title level 2
...
title level 6
format: ###### title level 6
alternative
<h1>Heading</h1>
2. paragraph
/n
3. line break
format:
recommend : <br>
not recommend : '\' or 'return'
4. emphasis
format:
bold
recommend : **Bold text**
not recommend:__Bold text__
italic
recommend:*italic text*
not recommend:_italic text_
both bold and italic
recommend: bold and italic
5. quote
format: >text
6. list
format:
ordered list
-
first item
-
second item
disordered list
- item
* item
+ item
7. code
format:
``
or
<code>code</code>
code block
` code block
code block`
8. horizontal line
format:
***
____
---
9. link
format: [name](link address "link title")
switch URL or email address into clicked link
<link>
formatting link
**[
10. image
format: 
link image
format: [](link "linktitle")

浙公网安备 33010602011771号