MarkDown overview
Contents
This is learning note for MarkDown
Heading 1
or
Heading 1
Heading 2
or
Heading 2
Italic and bold
italic or italic bold or bold italic and bold or italic and bold
Unordered list
- line 1
- line 2
- line 3
- sub 1
- sub 2
or
- line 1
- line 2
- line 3
- sub 1
- sub 2
Ordered list
- line 1
- line 2
- sub 1
- sub 2
- line 3
BlockQuotes
Use ‘>’ for a quotes
This is a quote.
All other syntax can use in quote
This is a nested quote Use ‘»’
Code block
Just on tab
<html>
<head>
</head>
</html>
Code
This is a code part function foo()
Escaping Tick Marks `function foo()`
|
|
|
|
|
|
Table (For github)
a | fed | afd | 2 | |
---|---|---|---|---|
adf | sda | 1 | 3 | |
fads | 1 | 1 | 3 | |
fast | 1 | 1 | 2 | 3 |
Here is the markdown table generator
Url and Email
https://www.markdownguide.org/basic-syntax/
Links
This the official guide
Horizontal rule
---
===
Subscript element
H2O
Superscript element
E=MC2
Special sign using HTML (HTML symbol entity)
Website for all symbol entity Blog for HTML
± ± √ ⇒ ⇔ space:
Image
Write by Haolin Yang