markdown style simple test

This is an h1 tag

This is an h2 tag

This is an h3 tag

This is an h4 tag

This is an h5 tag
This is an h6 tag

This text will be italic

This will also be italic

This text will be bold

This will also be bold

  • Item 1
  • Item 2
  • Item 3

123456

  1. Item 1
  2. Item 2
  3. Item 3

baiduLog

baidu

Quotes are meant to quote someone else's words or something,
but I personally like to use quotes as "note"

This is an inline code.

for (var i=0; i<100; i++) {
    console.log("hello world" + i);
}
First Header Second Header
Content from cell 1 Content from cell 2
Content in the first column Content in the second column
# This is an h1 tag

## This is an h2 tag

### This is an h3 tag

#### This is an h4 tag

##### This is an h5 tag

###### This is an h6 tag

*This text will be italic*

_This will also be italic_

**This text will be bold**

__This will also be bold__

* Item 1
* Item 2
* Item 3

123456

1. Item 1
2. Item 2
3. Item 3

![baiduLog](https://ss0.bdstatic.com/5aV1bjqh_Q23odCf/static/superman/img/logo_top_ca79a146.png)

[baidu](https:\\www.baidu.com)

> 引用本意是引用别人的话之类
> 但我个人喜欢把引用当成"注意"使用

`This is an inline code.`

\```js
for (var i=0; i<100; i++) {
    console.log("hello world" + i);
}
​
\```

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

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324775374&siteId=291194637