Learn to use markdown to write the README.md file.
- This is the first-level title
- Markdown tutorial
- 1.Markdown paragraph wrap(换行)
- 2.Markdown font
- 3.Markdown paragraph strikethrough(删除线)
- 4.Markdown paragraph underline
- 5.Markdown paragraph footnote
- 6.Markdown notes
- 7.Markdown sheet
- 8.Markdown add code
- 9.Markdown formula
- 10.Markdown ordered list
- 11.Markdown ordered list
- 12.Markdown task list
- 13.Markdown add the super link
- 14.Markdown add the horizontal dividing line
- 15.Markdown qoute some texts or articles
- 16.Markdown reference qoutes
- 17.Markdown add image
- 18.Markdown add TOC
Markdown paragraph warp: add a blank line after the paragraph.
This is italic font or 斜体文本
This is bold font or 粗体文本
This is italic bold font or 斜粗体文本
This is paragraph strikethrough.
This is paragraph strikethrough.
This is end footnote: 1
This is markdown notes, these notes only in the markdown original code, but don't show in the output markdown text.
monkey | tiger | chicken | fish | horse | wheel |
---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 |
import numpy as np
if __name__ == "__main__":
print("Hello Fang Chennian!")
Note: github has not support show the latex formula, we can add the tool MathJax Plugin for Github to the chrome.
$$
a^2 + b^2 = c^2
$$
- Monday
- Friday
- Sunday
-
Cat
-
Dog
- Task 1 (Task status is not finished.)
- Task 2 (Task status is finished.)
This is the link of my github about the markdown tutorial.
大风起兮云飞扬。
威加海内兮归故乡。
安得猛士兮守四方! ——刘邦
I often get something from google, baidu and github.
We use the tool to convert markdown TOC to github TOC. Paste the markdown content into it, and the directory will be automatically generated at the beginning, but sometimes if there are special characters in the title (#, ##, ###, etc.), you need to adjust it a little~ GitHub Wiki TOC generator
Footnotes
-
This is behinning footnote ↩