Markdown

<= Previous Change

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

2007-06-05 15:03 by Andrew Plotkin
2007-06-05 15:07 by Andrew Plotkin
44
5* Paragraphs can be line-wrapped or not. Blank lin5* Paragraphs can be line-wrapped or not. Blank lin
>es divide paragraphs. To force a line break, end a>es divide paragraphs. To force a line break, end a
> line with two spaces.> line with two spaces.
6* `<URL>` for a bare URL link. `[text](URL)` for a6* `<URL>` for a bare URL link. `[text](URL)` for a
> link with the given label text. (These are extern> link with the given label text. (These are extern
>al links; see below for wiki links.)>al links; see below for wiki links.)
7* `*emphasis*`; `**strong emphasis**` (also works 7* `*emphasis*`; `**strong emphasis**` (also works 
>with underscores)>with underscores)
8* `# Header` for a header; `## Level 2 Header`, et8* `# Header` for a header; `## Level 2 Header`, et
>c.>c.
nn9* `---` for a horizontal rule
9* `> Line...` for block quote (can be extended ove10* `> Line...` for block quote (can be extended ove
>r many lines)>r many lines)
10* `* Line...` for a bulleted list (or `- Line...`,11* `* Line...` for a bulleted list (or `- Line...`,
> or `+ Line...` -- all equivalent)> or `+ Line...` -- all equivalent)
11* `1. Line...` for a numbered list (you will get s12* `1. Line...` for a numbered list (you will get s
>equential numbers, regardless of what numbers you >equential numbers, regardless of what numbers you 
>use in the markup)>use in the markup)
t12* Tab or four spaces at the beginning of a line fot13* Tab or four spaces at the beginning of a line fo
>r a code block quote. >r a code block quote. (Fixed-width, and you can us
 >e literal <, >, & inside code.)
13* `---` for a horizontal rule 14* `` `backticks` `` for a bit of code inside a nor
 >mal paragraph
14 15* Put a backslash before any character on this lis
 >t that you don't want interpreted by Markdown.
1516
16The wiki's version of Markdown differs from the sp17The wiki's version of Markdown differs from the sp
>ec in a few ways:>ec in a few ways:
1718
18* Wiki links are text in `[square brackets]`. The 19* 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.
19* To give a label to a wiki link, use a vertical b20* 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)