Markdown
Introduce
Markdown is a lightweight markup language with plain-text-formatting syntax. Its design allows it to be converted to many output formats, but the original tool by the same name only supports HTML. We can try to use markdown write our practice document together with gitbook, then push to gitlab. In the finial we can get our practice webpage. In our web (https://www.nexmaker.com/),we use markdown to write.
Tool
Web
- Github/Gitlab: direct write markdown document and name the file **.md;
- Dillinger
Mac
Windows
iOS / Android:
Table of Contents
1.Headers
# H1
## H2
### H3
#### H4
##### H5
###### H6
H1
H2
H3
H4
H5
H6
2.Emphasis
Emphasis, aka italics, with *asterisks* or _underscores_.
Strong emphasis, aka bold, with **asterisks** or __underscores__.
Strikethrough uses two tildes. ~~Scratch this.~~
aka italics, undersocres: asterisks or underscores.
Strong emphasis, aka bold, with asterisks or underscores.
Strikethrough uses two tildes. Scratch this.
3.list
1. First item
2. Second item
3. Third item
1. Indented item
2. Indented item
4. Fourth item
* First part
* Second part
- design one
- design two
- First item
- Second item
- Third item
- Indented item
- Indented item
- Fourth item
- First part
- Second part
- design one
- design two
4.Image
Add image link and you can update image use [Image uploader service](doc/1git/imageuploadservice.md)

Add image link and you can update image use Image uploader service
5.Links
To create a link, enclose the link text in brackets and then follow it immediately with the URL in parentheses (e.g., (https://www.nexpcb.com)).
Lab in [NexPCB](https://nexpcb.com).
To create a link, enclose the link text in brackets and then follow it immediately with the URL in parentheses (e.g., (https://www.nexpcb.com)). Lab in NexPCB.