December 27, 2009: One more example.
December 29, 2009: Bulleted Lists
December 29, 2009: Bulleted Lists
Page uses Markdown. Markdown is based on the long standing conventions from the past 30 years of email and newsgroup exchanges. So if you've been around the block, there is nothing new to learn. If you really want, you can also use regular old HTML instead.
How do I make links?
[text label for the link](http://example.com/page.html)
How do I make italics or bold text?
Use *single asterisks* for italic, and **double asterisks** for bold.
How do I start a new paragraph?
Press enter twice, leaving a blank line.
How do I make big headings?
# Start a line with a '#' sign.
How do I make smaller headings?
### Start the line with two or more '#' signs.
How do I set off a quotation?
> Start the paragraph with a greater-than, like an email reply.
## How do I make a bulleted list? * Start the line with one of several symbols: * An asterisk (*) * A plus sign (+) * A hyphen (-)