Markdown 学习笔记

Header

H1: # Header1
H2: ## Header2
H3: ### Header3
H4: #### Header4
H5: ##### Header5
H6: ###### Header6

test

Header1

Header2

Header3

Header4

Header5
Header6

List

  • use - example or * example or +example
  • use 1. example, 2. example
test

  • example
  • example
  1. example
  2. example

Word

  • italics : surround words with an underscore _ or *
  • bold : surround words with two asterisks **
  • bold and italics : surround words with **_
  • highlight: surround words with `
  • Strikethrough: surround words with ~~
test

italics OR italics
bold
bold and italics
highlight
Strikethrough


Link

test

baidu


Image

test

Google

Blockquotes

  • suing >
    >this is a Blockquotes
test

this is a Blockquotes


Code

  • using three ~
    ~~~ example
    print ('hello world')
    ~~~
test

print ('hello world')

Task Lists

  • using - [x] or - [ ]

Table

*To add a table, use three or more hyphens (—) to create each column’s header, and use pipes (|) to separate each column. You can optionally add pipes on either end of the table.
| example | example |
| ---- | ---- |
| A | B |

test

example example
A B

Others

  • separator:using three *
    *** =====>

  • escape characters: using \
    \#Header1 ====>
    #Header1
最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
【社区内容提示】社区部分内容疑似由AI辅助生成,浏览时请结合常识与多方信息审慎甄别。
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容

友情链接更多精彩内容