Format text with markdown
How to style text using Markdown formatting in supported text fields across Sirvoy.
Table of Contents
In some parts of Sirvoy, you can format text using Markdown.
Markdown is a simple way to style text with plain characters. For example, you can create bold or italic text, headings, and lists by typing a few special symbols.
In certain text fields, you’ll see a formatting toolbar above the editor. You can use the toolbar or type Markdown manually. When writing in Markdown, characters such as * or # are used to control formatting, for example to make text bold, italic, or a heading.
Click the Preview tab above the text box to see how your formatted content will appear to guests. Click the Write tab to continue editing in Markdown.
Common markdown formats
Headings
Use # symbols before a line to turn it into a heading. The more # signs, the smaller the heading level.
Example:
# Heading 1
## Heading 2
### Heading 3Bold and italic
- Bold: Add two asterisks ** before and after a word or phrase.
Example: **Bold text**
- Italic: Add one asterisk * before and after.
Example: *Italic text*
- Bold and italic: Use three asterisks.
Example: ***Bold and italic text***
Lists
Numbered list: Start each line with a number and a period.
Example:
1. First item
2. Second itemBulleted list: Use a dash - before each item.
Example:
- First point
- Second pointLinks
To add a clickable link, use brackets for the link text and parentheses for the URL.
Example:
[Visit our website](https://myluxuryhotel.com)
Markdown email example
Use the tabs below to see a short example written in Markdown.
Markdown
# Welcome to My Luxury Hotel
Hi *John*,
Thank you for your booking!
Here’s what’s included:
1. **Free breakfast**
2. **Wi-Fi**
3. ***Late checkout***
Your check-in details are below:
- Check-in: 3:00 PM
- Check-out: 11:00 AM
[View your booking](www.sirvoy.com)
See you soon!
**The My Luxury Hotel Team**Results
Welcome to My Luxury Hotel
Hi John,
Thank you for your booking!
Here’s what’s included:
- Free breakfast
- Wi-Fi
- Late checkout
Your check-in details are below:
- Check-in: 3:00 PM
- Check-out: 11:00 AM
See you soon!
The My Luxury Hotel Team