| f | This wiki uses John Gruber's [Markdown](http://dar | f | This wiki uses John Gruber's [Markdown](http://dar |
| ingfireball.net/projects/markdown/) formatting lan | | ingfireball.net/projects/markdown/) formatting lan |
| guage. | | guage. |
| | | |
| See [Markdown syntax](http://daringfireball.net/pr | | See [Markdown syntax](http://daringfireball.net/pr |
| ojects/markdown/syntax) for the full formatting ru | | ojects/markdown/syntax) for the full formatting ru |
| les. Here are some highlights: | | les. Here are some highlights: |
| | | |
| n | | n | * Paragraphs can be line-wrapped or not. Blank lin |
| | | es divide paragraphs. To force a line break, end a |
| | | line with two spaces.
|
| | | * `<URL>` for a bare URL link. `[text](URL)` for a |
| | | link with the given label text. (These are extern |
| | | al links; see below for wiki links.)
|
| | | * `*emphasis*`; `**strong emphasis**` (also works |
| | | with underscores)
|
| * `# Header` for a header; `## Level 2 Header`, et | | * `# Header` for a header; `## Level 2 Header`, et |
| c. | | c. |
| * `> Line...` for block quote (can be extended ove | | * `> Line...` for block quote (can be extended ove |
| r many lines) | | r many lines) |
| * `* Line...` for a bulleted list (or `- Line...`, | | * `* Line...` for a bulleted list (or `- Line...`, |
| or `+ Line...` -- all equivalent) | | or `+ Line...` -- all equivalent) |
| t | | t | * `1. Line...` for a numbered list (you will get s |
| | | equential numbers, regardless of what numbers you |
| | | use in the markup)
|
| | | * Tab or four spaces at the beginning of a line fo |
| | | r a code block quote.
|
| | | * `---` for a horizontal rule
|
| | |
|
| | | |
| The wiki's version of Markdown differs from the sp | | The wiki's version of Markdown differs from the sp |
| ec in a few ways: | | ec in a few ways: |
| | | |
| * Wiki links are text in `[square brackets]`. The | | * Wiki links are text in `[square brackets]`. The |
| link text is not case-sensitive. CamelCase text is | | link text is not case-sensitive. CamelCase text is |
| *not* automatically linkified. | | *not* automatically linkified. |
| * To give a label to a wiki link, use a vertical b | | * To give a label to a wiki link, use a vertical b |
| ar: `[Markdown|Information about formatting]` | | ar: `[Markdown|Information about formatting]` |