Zoho Backstage lets you format text using markdown, a lightweight formatting syntax that lets you style text as you type, without needing a separate formatting toolbar for every change.
| Format | Markdown | Result |
|---|---|---|
| Bold | **text** | Bolds the text |
| Italic | *text* | Makes the text italic |
| Strike | ~~text~~ | Strikes through the text |
| Inline code | `text` | Displays the text as code |
| Blockquote | >text | Sets the text apart in a block |
| Link | [text](URL) | Links the bracketed text to the URL in parentheses |
| Image |  | Embeds an image, with an optional title shown in quotes after the URL |
| Line break | Shift+Enter | Puts a line break between two lines of text |
For example, typing **This is a Title** formats as This is a Title once the markdown is applied.
Image markdown can be used to embed an image directly in the text area of any section, useful for announcements, discussion channel messages, gallery image comments, and custom sections of your event microsite, without needing to separately upload the image through a media picker.