Markdown syntax guide and markdown Guide
Note: preview is on the right of markdown syntax on the left. (I used a black background here. Generally, it is much white)
1. Title
2. List
3. Reference
(1) layer-1 References
(2) multi-layer reference
4. Image (if it is local: Write the image path according to the syntax; if it is a webpage, such as a simple book, you can drag the image directly into the editing area)
5. Add text links
6. Make the text bold
(1) between two **
(2 __
7. display the text in italics
(1) There must be no space between the two ** (note * and text); the three ** are oblique bold.
(2) between two underscores (_)
8. table (Press enter after the table is knocked out)
9. Split line
(1) Three ***
(2) equal sign
(3) Minus signs
10. Code Block
(1) Write it in the middle of two''
(2) four spaces can also achieve the effect of code blocks
11. line feed
(1) enter
(2) press two spaces directly behind the text
12. markdown supports direct use of the html language