Skip to content

Calliope Pro Markdown support

Markdown support

We support markdown on some fields. This means that you can add basic mark-up to your fields.

Examples of markdown usage is:

**bold text**
*italic text*
[a link to google](google.com)

* List item 1
* List item 2
    * Sub-list item 1

# Heading 1

## Heading 2

### Heading 3

> Blockquote area

---
Horzinatal line

For all details and options with Markdown see the GitHub Flavored Markdown Specs

Inline markdown

A Report Container Title field and Container Result Title field are inline markdown. This means that markdown elements that force a newline like * list-items are ignored. All other elements are put on a single line.

Basic HTML support

We also support basic HTML. With a sanitizer we make sure no javascript injections can be done, but still, if you prefer you can use HTML if you would like to do more advanced things that Markdown doesn't support.

Linkifier

There is also a smart link detection running on all the markdown texts. This means that any text that is likely to be a link, will be made clickable. See all linkify examples.

If you have enabled Jira Integration for your profile, any ticket name will be linked to your Jira workspace.