表单: faq
用户: sys
创建日期: 2021-01-12 12:28:23 UTC
更新日期: 2021-01-12 13:03:26 UTC
引用:(Table ID 19, Record ID 1)

问题 :
Markdown Syntax
类别 :
function
答案 :

Headers

# This is an h1 header
## This is an h2 header
###### This is an h6 header

This is an h1 header

This is an h2 header

This is an h6 header

Emphasis

*This text will be italic*
**This text will be bold**
_This will be underline_
~~This will be strikethrough~~
_You ***can*** combine them_

This text will be italic
This text will be bold
This will be underline
This will be strikethrough
You can combine them

Lists

Unordered

* Item 1
* Item 2
  * Item 2a
  * Item 2b
  • Item 1
  • Item 2
    • Item 2a
    • Item 2b

Ordered

1. Item 1
1. Item 2
1. Item 3
   1. Item 3a
   1. Item 3b
  1. Item 1
  2. Item 2
  3. Item 3
    1. Item 3a
    2. Item 3b

Images

![GitHub Logo](/images/logo.png)

GitHub Logo

Links

http://github.com - automatic!
[GitHub](http://github.com)

http://github.com - automatic!
GitHub

Blockquotes

As Kanye West said:
> We're living the future so
> the present is our past.
>> nested 

As Kanye West said:

We're living the future so
the present is our past.

nested

Inline code

I think you should use an `<addr>` element here instead.

I think you should use an <addr> element here instead.

Block code

```
if (isAwesome){
  return true
}
```
if (isAwesome){
  return true
}

Tables

First Header | Second Header
------------ | -------------
Content from cell 1 | Content from cell 2
Content in the first column | Content in the second column
First Header Second Header
Content from cell 1 Content from cell 2
Content in the first column Content in the second column

Separator

---

标签: