Markdown can quickly write a formatted article with only a few tags — this article is written with markdown.
Some basic marks: (there may be other expressions, which I am familiar with)
1. “Chen” is used to write the title
#Heading 1
##Heading 2
###Heading 3
2. “>” reference
>Citation
>>Re citation
3. = = = = = dividing line
===
4. Use four spaces to open the code area
class A {
public static function dosth() {
}
}
5. Use one “*” for italics and two for bold
*Italics*
**Bold**
Italics
bold
6.Indicates connection:
Baidu
7. Pictures
Remember the above identifiers. You can also use GitHub + markdown to write online notes. You can also use GitHub + markdown to write online notes. It is very useful for multi person cooperation and remote cooperation. Video address:http://study.163.com/course/courseLearn.htm?courseId=269016