> Nest can also be nested... >> ...by using additional greater-than signs right next to each other... > > > ...or with spaces between arrows.
Produces:
Blockquotes can also be nested...
...by using additional greater-than signs right next to each other...
...or with spaces between arrows.
Use *
followed by a space.
* Blah * Blah * Create sub-lists by indenting 2 spaces * Blahdy * Blah * Blah blah
Produces:
Use a number followed by a full-stop, followed by a space.
1. Lorem ipsum dolor sit amet 2. Consectetur adipiscing elit 3. Integer molestie lorem at massa
Produces
You don't need to increment the number - it will happen automatically.
1. Lorem ipsum dolor sit amet 1. Consectetur adipiscing elit 1. Integer molestie lorem at massa
Produces the same output.
You can mix and nest lists with other things using 3 spaces:
1. Step 1 * a * b 1. Blah
code block ``` 1. Blah This is a paragraph * c
Produces
Step 1
code block
Step 2.
Just make sure that you are consistent with the spaces and only have a single blank-line.