Markdown is a simple human-readable text mark-up language.
Bold & Italic
Italic text can be created by surrounding your text in *asterisks*
Bold text can be created by surrounding your text with **double asterisks**
Bold and italic is made with ***three asterisks***
Lists
- List items
- Another item
is made like so:
* List item
* Another item
Links
We turn URLs into hyperlinks automatically for you. (This is a Collared addon feature, not pure Markdown)
Headers
# This is the title Here's some very good boiler plate text. ## This is the subheader Subheaders are awesome. Even better than you think. ### This is the third level header. And so on.
This is the title
Here's some very good boiler plate text..
This is the subheader
Subheaders are awesome. Even better than you think.
This is the third level header
And so on.
Quotes
Quote things as in emails with angle brackets
> "Go forth and code"
> - Simone (creativity brings out my feminine side)
Preformatted
Indent by 4 spaces
Hi
- Hi
Images
Exclamation mark, image description in square brackets then image url in normal brackets
![Test](https://www.clubcollared.com/static/img/2/red_white_logo_on_black_delayed.gif)