With HTML markup you can
Add links to websites
You can use HTML markup in several places where you add custom text, including:
The business statement that appears on your scheduling page
The custom message included in client notifications
Add Links
You can paste a URL (e.g. https://www.schedulista.com) into the content and it will automatically convert to a link.
You can also use HTML anchor tags (<a>) to hyperlink text. (e.g., <a href="https://www.schedulista.com">Click here</a> = Click here)
You can read more about HTML anchor tags here.
Format Text
The following HTML tags are available for text: Bold (<b>), Strong Importance (<strong>), Italicize (<i>), Emphasize (<em>), Underline (<u>), Strikethrough (<s>)
You can read more about formatting text here.
Add Lists
You can add unordered lists (with bullets) or ordered lists (with numbers) using the <ul> and <ol> HTML tags.
You can read more about lists here.
