logo
🛠️ 开发工具

Markdown

Markdown Cheat Sheet - 快速参考指南,收录常用语法、命令与实践。

📂 分类 · 开发工具🧭 Markdown 速查🏷️ 2 个标签
#markdown#docs
向下滚动查看内容
返回全部 Cheat Sheets

Markdown Quick Reference

Headers (atx style)
<!-- prettier-ignore -->
MARKDOWN
滚动查看更多
# h1

h2

h3

h4

h5
h6
CODE
滚动查看更多
Headers (setext style)
<!-- prettier-ignore -->
MARKDOWN
滚动查看更多
Header 1
========

Header 2
--------
Blockquotes
MARKDOWN
滚动查看更多
> This is  
> a blockquote
>
> > Nested  
> > Blockquote
Unordered List
<!-- prettier-ignore -->
MARKDOWN
滚动查看更多
* Item 1
* Item 2
  * item 3a
  * item 3b

or

MARKDOWN
滚动查看更多
-   Item 1
-   Item 2

or

<!-- prettier-ignore -->
MARKDOWN
滚动查看更多
_ Item 1
+ Item 2

or

MARKDOWN
滚动查看更多
-   [ ] Checkbox off
-   [x] Checkbox on
Ordered List
MARKDOWN
滚动查看更多
1. Item 1
2. Item 2  
   a. Item 3a  
   b. Item 3b
Links
MARKDOWN
滚动查看更多
[link](http://google.com)

[link][google]  
[google]: http://google.com

<http://google.com>
Emphasis
<!-- prettier-ignore -->
MARKDOWN
滚动查看更多
*italic*  
_italic_

**bold**  
__bold__

`inline code`  
~~struck out~~
Horizontal line

Hyphens

<!-- prettier-ignore -->
MARKDOWN
滚动查看更多
---

Asterisks

<!-- prettier-ignore -->
MARKDOWN
滚动查看更多
***

Underscores

<!-- prettier-ignore -->
MARKDOWN
滚动查看更多
___
Code
MARKDOWN
滚动查看更多
```javascript
console.log('This is a block code');
```
<!-- prettier-ignore -->
MARKDOWN
滚动查看更多
~~~css
.button {
  border: none;
}
~~~
MARKDOWN
滚动查看更多
    4 space indent makes a code block
Escaped code

Escaped code blocks can be done with more back ticks on the outside or a different symbol.

<!-- prettier-ignore -->
MARKDOWN
滚动查看更多
````markdown
```bash
echo hi
```
````

~~~markdown
```bash
echo hi
```
~~~

Inline code

MARKDOWN
滚动查看更多
`Inline code` has back-ticks around it
Tables
MARKDOWN
滚动查看更多
| Left column | Center column | Right column |
| :---------- | :-----------: | -----------: |
| Cell 1      |   Centered    |        $1600 |
| Cell 2      |    Cell 3     |          $12 |

Simple style

<!-- prettier-ignore -->
MARKDOWN
滚动查看更多
Left column | Center column | Right column
:----------:|:-------------:|:-----------:
   Cell 1   |   Centered    |    $1600
   Cell 2   |    Cell 3     |     $12

A markdown table generator: tableconvert.com

Images
MARKDOWN
滚动查看更多
![GitHub Logo](/images/logo.png)

![Alt Text](url)

Image with link

MARKDOWN
滚动查看更多
[![GitHub Logo](/images/logo.png)](https://github.com/)

[![Alt Text](image_url)](link_url)

Reference style

MARKDOWN
滚动查看更多
![alt text][logo]

[logo]: /images/logo.png 'Logo Title'
Backslash escapes
CharactersEscapeDescription
<code>\</code><code>\\</code>Backslash
<code>`</code><code>\`</code>Backtick
<code>*</code><code>\*</code>Asterisk
<code>_</code><code>\_</code>Underscore
<code>{}</code><code>\{\}</code>Curly braces
<code>[]</code><code>\[\]</code>Square brackets
<code>()</code><code>\(\)</code>Parentheses
<code>#</code><code>\#</code>Hash mark
<code>+</code><code>\+</code>Plus sign
<code>-</code><code>\-</code>Minus sign (hyphen)
<code>.</code><code>\.</code>Dot
<code>!</code><code>\!</code>Exclamation mark

{.show-header}

相关 Cheat Sheets

1v1免费职业咨询
logo

Follow Us

linkedinfacebooktwitterinstagramweiboyoutubebilibilitiktokxigua

We Accept

/image/layout/pay-paypal.png/image/layout/pay-visa.png/image/layout/pay-master-card.png/image/layout/pay-airwallex.png/image/layout/pay-alipay.png

地址

Level 10b, 144 Edward Street, Brisbane CBD(Headquarter)
Level 2, 171 La Trobe St, Melbourne VIC 3000
四川省成都市武侯区桂溪街道天府大道中段500号D5东方希望天祥广场B座45A13号
Business Hub, 155 Waymouth St, Adelaide SA 5000

Disclaimer

footer-disclaimerfooter-disclaimer

JR Academy acknowledges Traditional Owners of Country throughout Australia and recognises the continuing connection to lands, waters and communities. We pay our respect to Aboriginal and Torres Strait Islander cultures; and to Elders past and present. Aboriginal and Torres Strait Islander peoples should be aware that this website may contain images or names of people who have since passed away.

匠人学院网站上的所有内容,包括课程材料、徽标和匠人学院网站上提供的信息,均受澳大利亚政府知识产权法的保护。严禁未经授权使用、销售、分发、复制或修改。违规行为可能会导致法律诉讼。通过访问我们的网站,您同意尊重我们的知识产权。 JR Academy Pty Ltd 保留所有权利,包括专利、商标和版权。任何侵权行为都将受到法律追究。查看用户协议

© 2017-2025 JR Academy Pty Ltd. All rights reserved.

ABN 26621887572