Text before
<blockquote>Blockquote</blockquote>
Text after
Text before
Blockquote
Text after
Lists
Format
Code
Result
Bullet list
* Start each line
* with an [[Wikipedia:asterisk|asterisk]] (*).
** More asterisks give deeper
*** and deeper levels.
* Line breaks <br>don't break levels.
*** But jumping levels creates empty space.
Any other start ends the list.
* combine bullet list
** with definition
::- definition
** creates empty space
* combine bullet list
** with definition
*:- definition
** without empty spaces
*bullet list
:- definition
:* sublist that doesn't create empty
:* spaces after definition
# Start each line
# with a [[Wikipedia:Number_sign|number sign]] (#).
## More number signs give deeper
### and deeper
### levels.
# Line breaks <br>don't break levels.
### But jumping levels creates empty space.
# Blank lines
# end the list and start another.
Any other start also
ends the list.
<nowiki># use "nowiki" tags to display a literal (#) at the beginning of a line without interpreting it as a numbered list.</nowiki>