Help:Editing: Difference between revisions
→Text formatting: this is the MediaWiki era |
m Reverted edits by PiotrGrochowski (talk) to last revision by Xenwolf Tag: Rollback |
||
| Line 43: | Line 43: | ||
=== Lists === | === Lists === | ||
You can create bulleted lists by | You can create bulleted lists by one or more <code>*</code> (asterisk) chars at the beginning of the line: | ||
* first level | |||
** second level | |||
** second level | |||
* first level | |||
You can create numbered lists by | You can create numbered lists by one or more <code>#</code> (number sign) at the beginning of the line: | ||
# first level | |||
## second level | |||
## second level | |||
# first level | |||
...and you can of course mix both, if you know what you're doing ;) | ...and you can of course mix both, if you know what you're doing ;) | ||