Compare view source files and display effects 1. Title, the pound sign (#) 1 # is similar to H1, that is, the title 1 2 # number is similar to H2, that is, Heading 2
... # # #以此类推, until H9
# 1 # is similar to H1, that is, Heading 1 #
# 2 # is similar to H2, that is, Heading 2
... ######## #以此类推 until H9.
2. Hyperlinks
Use square brackets, parentheses: cncounter
[Cncounter] (http://www.baidu.com)
Embedded HTML can also be used:
Click to jump to an embedded HTML anchor point
Anchor Blog
<a name= "#relative_post" > click to jump to embedded HTML anchor </a>
<a href= "Http://blog.csdn.net/renfufei" > Anchor Blog </a>
##<a name= "Relative_post" > Related articles </a>
3. Picture
Similar to adding an exclamation point in English before the hyperlink:
! [Picture description, can be empty, similar to alt] (http://avatar.csdn.net/4/9/C/1_renfufei.jpg)
Of course, the picture can also be a relative path,. /The like is allowed, and the relative path reference to HTML is the same:
! [] (11_git_cmd.png)
![] (./11_git_cmd.png)
4. Font format
Bold Italic Bold Italic body
* * Bold * *
italic *
* * * * Bold Italic * * *
5. Source Code Reference
Source code reference, only need to have a blank line before and after the paragraph, and each line of the source is preceded by a tab (\ t), or the indentation of 4 spaces will be parsed into the source as an original reference display. Similar to HTML code, the pre tag.
Another way to express the source code is to use the number keys above the keyboard the leftmost line, the number 1 to the left of the ' symbol is enclosed, note is not single quotation marks.
Multi-line level source code multi-line level source code multiline level source code multi-line level source code
can also be in-line level of source code. 6. Numeric list Numeric list numeric list numeric list number lists numeric list number list
Digital. Literal
numbers. ( Space) text
7. Unordered listUnordered list unordered list unordered list unordered lists unordered list
Can be a minus sign
-Unordered List-unordered list-unordered list-unordered list-unordered list
-unordered list
It can also be an unordered list of out-of-order lists unordered list unordered list unordered list list out of order
* Unordered list * unordered list * unordered list * unordered list * unordered list
* unordered list
5. Related articles
directory Installation and configuration git installation and configuration tortoisegit git and tortoisegit basic Operations markdown Example resolution Tortoisegit weird bad file number problem join QQ Group GitHub Home: 225932282
Date: 2014-11-27
Author: anchor: Http://blog.csdn.net/renfufei
GitHub version: Https://github.com/cncounter/translation/blob/master/tiemao_2014/GitHelp/04_MarkDownDemo.md