basic syntax of markdown -k8凯发
loading
basic syntax of markdown
anne zhu
may 28, 2020
download
map outline
basic syntax of markdown
headings
add # in front of a word or phrase.
# heading level 1
## heading level 2
### heading level 3
#### heading level 4
##### heading level 5
alternate syntax
heading level 1 =======
heading level 2 ----------
paragraphs
use a blank line to separate one or more lines of text.
this is paragraph 1. this is paragraph 2.
line breaks
end a line with 2 or more spaces, and then type return.
this is the first line. this is the second line.
lists
ordered lists
add line items with numbers followed by periods
1. item 1 2. item 2
unordered list
add dashes (-), asterisks (*), or plus signs ( ) in front of line items
- item 1 - item 2 - item 3
* item 1 * item 2 * item 3
adding elements in lists
add another element in a list while preserving the continuity of the list, indent the element four spaces or one tab,
* item 1 * item 2 under item 2 * item 3
link
enclose the link text in brackets and then follow it immediately with the url in parentheses.
[xmind](www.xmind.net)
image
add an exclamation mark (!), followed by alt text in brackets, and the path or url to the image asset in parentheses.

bold & italic
add three asterisks or underscores before and after a word or phrase.
***bold and italic***
___bold and italic___
italic
add one asterisk or underscore before and after a word or phrase.
*italic text*
_italic text_
bold
add two asterisks or underscores before and after a word or phrase.
**bold text **
__bold text __
blockquotes
dd a > in front of a paragraph.
> this is the blockquotes.
more maps from user
embed code
copy the code to embed this map into your article. the embeded map can even be zoomed in / out
网站地图