Formatting event text
Event description and welcome text is formatted using 'Markdown'. By adding certain symbols to your text, you can alter how the text is formatted. For example, put a hash (#) at the start of a line to make a large title.
How to format your text
To start a new paragraph, leave a blank
line.
To put a line-break within a paragraph, leave 2 blank
spaces at the end of the line.
# Heading 1 - Biggest
## Heading 2 - Medium
### Heading 3 - Small
- Bullet list item with a dash or asterisk
- Bullet list item two
1. Numbered list with a number and a point
2. Numbered list item two
_italics_
__bold__
or
*italics*
**bold**
If you want to use an asterisk or underscore etc without it affecting the text then put a backslash before it eg (\*star)
How to insert a link
To add a link use the format: [name](link)
eg [Bookwhen](http://bookwhen.com) will be shown simply
as Bookwhen
How to insert an image
Images are inserted by linking to a public image URL. ie It has to exist somewhere on the internet. You could use Flickr or any other photo sharing site for example.
The syntax is: 
eg 
More details
Full syntax help can be found here: Markdown
Syntax