Markdown

<= Previous Change | Next Change =>

Diff Summary
Title
Date 2007-06-05 14:57 2007-06-05 15:03
Editor Andrew Plotkin (zarf) Andrew Plotkin (zarf)

2007-06-05 14:57 by Andrew Plotkin
2007-06-05 15:03 by Andrew Plotkin
f1This wiki uses John Gruber's [Markdown](http://darf1This wiki uses John Gruber's [Markdown](http://dar
>ingfireball.net/projects/markdown/) formatting lan>ingfireball.net/projects/markdown/) formatting lan
>guage.>guage.
22
3See [Markdown syntax](http://daringfireball.net/pr3See [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:
44
nn5* Paragraphs can be line-wrapped or not. Blank lin
 >es divide paragraphs. To force a line break, end a
 > line with two spaces.
6* `<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.)
7* `*emphasis*`; `**strong emphasis**` (also works 
 >with underscores)
5* `# Header` for a header; `## Level 2 Header`, et8* `# Header` for a header; `## Level 2 Header`, et
>c.>c.
6* `> Line...` for block quote (can be extended ove9* `> Line...` for block quote (can be extended ove
>r many lines)>r many lines)
7* `* Line...` for a bulleted list (or `- Line...`,10* `* Line...` for a bulleted list (or `- Line...`,
> or `+ Line...` -- all equivalent)> or `+ Line...` -- all equivalent)
tt11* `1. Line...` for a numbered list (you will get s
 >equential numbers, regardless of what numbers you 
 >use in the markup)
12* Tab or four spaces at the beginning of a line fo
 >r a code block quote.
13* `---` for a horizontal rule
14
815
9The wiki's version of Markdown differs from the sp16The wiki's version of Markdown differs from the sp
>ec in a few ways:>ec in a few ways:
1017
11* Wiki links are text in `[square brackets]`. The 18* 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.
12* To give a label to a wiki link, use a vertical b19* To give a label to a wiki link, use a vertical b
>ar: `[Markdown|Information about formatting]`>ar: `[Markdown|Information about formatting]`
Markdown - last changed 2007-06-05 15:07 by Andrew Plotkin (zarf)