Markdown Quickhelp - LLA-Gaming/SS13-wiki GitHub Wiki
Editing Pages
Editing pages on our wiki is quick and clean with mark down
large headers:## Header
smaller header: ### Header
Lists:
* List Thing 1
* List Thing 3
* List Thing 3
Line breaks:
---
Tables:
Colons can be used to align columns.
| Tables | Are | Cool |
| ------------- |:-------------:| -----:|
| col 3 is | right-aligned | $1600 |
| col 2 is | centered | $12 |
| zebra stripes | are neat | $1 |
There must be at least 3 dashes separating each header cell.
The outer pipes (|) are optional, and you don't need to make the
raw Markdown line up prettily. You can also use inline Markdown.
Markdown | Less | Pretty
--- | --- | ---
*Still* | `renders` | **nicely**
1 | 2 | 3
Formatting your pages
Be sure to separate each section with a header or line break!
Table of Contents
everything in [This box]
can have spaces and capitals everything in (this-box)
must be lowercase and replace spaces with -
Table of contents
* [Spaces are seperated by dashs](#spaces-are-seperated-by-dashs)
* [Section TWO](#section-two)
* [Section 3](#section-3)