48,466
edits
m (→Sections) |
m (→Lists) |
||
Line 59: | Line 59: | ||
==Lists== | ==Lists== | ||
{| style="width:100%; height:200px" border="1" cellpadding="10" cellspacing="0" | |||
!Input !! Output | |||
|- | |||
| | |||
* Unordered lists can be created by: | |||
** Starting every line with a star. | |||
*** More stars indicate a deeper level. | |||
*: Previous item continues. | |||
** A newline | |||
* in a list | |||
marks the end of the list. | |||
*A new list can be started again. | |||
|<pre> | |||
* Unordered lists can be created by: | |||
** Starting every line with a star. | |||
*** More stars indicate a deeper level. | |||
*: Previous item continues. | |||
** A new line | |||
* in a list | |||
marks the end of the list. | |||
*A new list can be started again. | |||
</pre> | |||
|- | |||
| | |||
# Used appropriately, numbered lists can be: | |||
## Very organized | |||
## Easy to follow | |||
A new line marks the end of the list. | |||
# New numbering starts with 1. | |||
|<pre> | |||
# Used appropriately, numbered lists can be: | |||
## Very organized | |||
## Easy to follow | |||
A new line marks the end of the list. | |||
# New numbering starts with 1. | |||
==Quotations== | ==Quotations== |
edits