A new writing Markdown
Markdown's goal is to achieve "Easy to read and write." Now many like to use markdown blog to publish the article, the editor actually are saved. Markdown syntax is composed entirely of some symbols, these symbols carefully selected, its role glance. Here are some common markdown writing, you can also look at my markdown blog.
Title h1 ~ h6
General writing:
# This is a H1 ## This is the H2 ###### This is an H6
Of course, if you prefer closed, you can also write, at the end of the beginning and not necessarily the same as #, very casual.
This is a H1 # ## # This is the H2 ## ### This is the H3 ######
Reference Blockquotes
Citations ... ...
Also supports nested quote:
First and second layers ......
List
Unordered list with an asterisk, plus or minus mark as a list:
* List 1 * List 2 * List 3
Ordered list using the number followed by a period English:
List 1. List 1 2. 2 3. List 3
Dividing line
You may have more than three asterisks, minus, the bottom line to create a dividing line in line with, can not have anything else in the line.
* * * *** ***** - - - ------------------------------------ ---
link
[Link text] (http://example.com/ Title)
image
! [Alt text] (image path)! [Alt text] (Picture path Optional title)
Copyright Protection: ShuDudu from the original article, reproduced Please keep the link: https://www.shududu.com/netweb/A-new-writing-Markdown.htm