Zoho Backstage Formatting Text

Zoho Backstage Formatting Text

Zoho Backstage allows you to format text using markdown. Markdown is a formatting language used to easily add style to text as it is written. It lets you highlight words, add block quotations, link to a different page, and more. The key markdown formats are:

Format Style

Markdown

Result

Bold

**text**

bolds text

Italic

*text*

makes text italic

Strike

~~text~~

strikes through text

Inline

`text`

displays text as code

Blockquote

>text

sets text apart in a block

Link

[text](URL)

links the text in square brackets [ ] to the URL in parenthesis () 

Carriage Return

Shift+Enter

Puts a Line break between two lines of text


Example:

**This is a Title**

Formats as:

This is a Title


Published: March 2019