📜  Markdown 中的嵌套表 - 任何代码示例

📅  最后修改于: 2022-03-11 14:58:07.645000             🧑  作者: Mango

代码示例1
|                |ASCII                          |HTML                         |
|----------------|-------------------------------|-----------------------------|
|Single backticks|`'Isn't this fun?'`            |'Isn't this fun?'            |
|Quotes          |`"Isn't this fun?"`            |
ASCII HTML
Single backticks 'Isn't this fun?' ‘Isn’t this fun?’
Quotes "Isn't this fun?" “Isn’t this fun?”
Dashes -- is en-dash, --- is em-dash – is en-dash, — is em-dash
| |Dashes |`-- is en-dash, --- is em-dash`|-- is en-dash, --- is em-dash|