BookingSync gives the possibility to customize your texts and give them the desired look in a really simple way, with markdown format.
This applies to
- Rental descriptions
- Rental agreement
- Rental cancellation policy
- Global rental agreement
- Global cancellation policy
Headings
You can create a heading by adding one or more # symbols before your heading text. The number of #’s you use will determine the size of the heading.
Thus, when editing your text within BookingSync, if you type:
# The largest heading
## The second largest heading
### The third largest heading
#### The fourth largest heading
##### The fifth largest heading
###### The sixth largest heading
after clicking on “Preview”, it will convert to:
Lists
- Unordered lists
You can make an unordered list by preceding list items with either a `*` or a `-` and a `space`.
Here is an idea: If you would like to mention the services included in the Rental Agreement, you can easily create an unordered list by typing:
* First item
* Second item
* Third item
* Fourth item
or
- First item
- Second item
- Third item
- Fourth item
or
+ First item
+ Second item
+ Third item
+ Fourth item
In each case, after clicking on “Preview”, it will convert to:
- Ordered lists
You can make an ordered list by preceding list items with a number.
If we take the same example from before, you can create an ordered list by typing:
1. First item
2. Second item
3. Third item
4. Fourth item
After clicking on “Preview”, it will convert to:
- Nested lists
Nested lists can be useful if you would like to be even more precise when listing items, services, extras included, etc. So, you can place one list inside of another by indenting list items by two spaces.
Here is an example:
1. First item
2. Second item
3. Third item
1. Indented item
2. Indented item
4. Fourth item
After clicking on “Preview”, it will convert to:
Styling text
If you would like to write some italic or bold text in your texts, all you have to do is use either a `*` or an `_` around the text. One `*` or `_` for italic text, two `**`, or `__` for bold text.
If you type:
*This text will be italic*
**This text will be bold**
or
_This text will be italic_
__This text will be bold__
in both cases, after clicking on “Preview”, it will convert to:
You can also combine both bold and italic text if needed.
For example:
**Please immediately report any _damage_ you may find upon your arrival to the unit!**
Highlight
- Inline formats
Use single backticks (`) to format text in a special monospace format.
Let’s say, If you would like to stress that your property is a non-smoking one, you can type the following:
This is a `NON-SMOKING` property.
In your texts, it will convert to:
Please note that everything within the backticks appears as it is, with no other special formatting.
Here is an idea:
This is a `**NON-SMOKING**` property.
will convert to:
- Multiple lines
You can use triple backticks (```) to format text as its own distinct block.
For example, if you would like to stress the cancellations and have them written in an eye-catching way in the Rental Agreement, you simply type:
```- Cancellation more than 120 days before the arrival date, we keep 10% of the total price;
- Cancellation between 120 days and 60 days before the arrival date, we keep 50% of the total price;
- Cancellation between 60 days and 30 days before the arrival date, we keep 75% of the total price;
- Less than 30 days, we keep 100% of the price of the stay.```
After you click on “Preview”, it will convert to:
Enjoy editing and styling your texts!
Comments
0 comments
Please sign in to leave a comment.