Markdown cheat sheet
Text Formatting
This is how to do bold text.
This is how to do italic text.
You can also do bold like this.
You can also do italic like this.
This is how to make a blockquote
Links
For a full description of the markdown syntax, visit this page
Lists
Unordered lists:
- item 1
- item 2
- item 3
Ordered lists:
- hello
- world
Nested lists
- a
- b
- c
- d
Code
var x = new Foo();
x.Bar();
网友评论