Markdown Notes

December 20, 2020

Headers

# This is an h1
## This is an h2  
### This is an h3
#### This is an h4
##### This is an h5
###### This is an h6

Horizontal line: ---

break 2 spaces

italic _italic_ or *italic*

bold __bold__ or **bold**

img ![alt](https://example.jpg)

link [link](https://example.com/) or [link](https://example.com/){:target="_blank"}

code

'code' or ...

'''html
<html>
  <head>
  </head>
  <body>
    <p>Hello World</p>
  </body>
</html>
'''

Bullet list

- First item
- Second item
- Third item
- Fourth item

Numbered list:

  1. First item
  2. Second item
  3. Third item
  4. Fourth item
1. First item
1. Second item
1. Third item
1. Fourth item

Tables

Title 1 Title 2 Title 3 Title 4
hello world hello world hello world hello world
hello world hello world hello world hello world
hello world hello world hello world hello world
hello world hello world hello world hello world
Title 1               | Title 2               | Title 3               | Title 4
--------------------- | --------------------- | --------------------- | ---------------------
hello world           | hello world           | hello world           | hello world 
hello world           | hello world           | hello world           | hello world 
hello world           | hello world           | hello world           | hello world 
hello world           | hello world           | hello world           | hello world 
Title 1 Title 2 Title 3
lorem lorem ipsum lorem ipsum dolor
lorem ipsum dolor sit amet lorem ipsum dolor sit amet consectetur lorem ipsum dolor sit amet
lorem ipsum dolor lorem ipsum lorem
lorem ipsum dolor lorem ipsum dolor sit lorem ipsum dolor sit amet
Title 1 | Title 2 | Title 3
--- | --- | --- 
lorem | lorem ipsum | lorem ipsum dolor 
lorem ipsum dolor sit amet | lorem ipsum dolor sit amet consectetur | lorem ipsum dolor sit amet 
lorem ipsum dolor | lorem ipsum | lorem 
lorem ipsum dolor | lorem ipsum dolor sit | lorem ipsum dolor sit amet 

Quotes

春有百花秋有月
夏有凉风冬有雪
若无闲事挂心头
便是人间好时节

> 春有百花秋有月  
> 夏有凉风冬有雪  
> 若无闲事挂心头  
> 便是人间好时节  

Indentation

春有百花秋有月   (more than 4 spaces)
  夏有凉风冬有雪  
    若无闲事挂心头  
      便是人间好时节  

Category

Markdown

You may also like

JavaScript in Markdown MarkDown 目录树锚定位 Markdown table自动修剪溢出

No comments yet, leave a comment

Sending failed, please try again.
Sending succeeded! It will be displayed in one minute, please refresh.
Newer Older