Add bold, italics, links and images to your email templates - no HTML required.
What is Markdown? It's a simple way to add formatting to text using a few plain characters. Use it anywhere you build an email template in Giggio.
It's faster and cleaner than writing HTML but if you already know HTML, that works here too (see below).
Wrap the words in double asterisks.
This needs **these words** in bold
Wrap the words in single underscores.
This needs _these words_ in italic
Combine both - double asterisks and underscores together.
This needs **_these words_** to stand out
Put the link text in square brackets, then the web address in round brackets straight after.
Manage your [gigs with Giggio](https://www.getgiggio.com)
In a Client Contract email, drop a merge field into the second set of brackets to build the confirmation link automatically:
To confirm your booking [Click here]([[approveurl]])
Type three asterisks on their own line to add a divider.
***
Already know HTML? Almost all of it works. A couple of examples:
This is <span style="color:red">very important</span>.
Make it <span style="font-family:Impact;font-size:20px;">bigger</span>.
Start with an exclamation mark, then the alt text in square brackets, then the full image address in round brackets.

