Text

Text panels improve the layout of your dashboard by giving additional context in text form. Basic markdown is supported.

The example below uses a text panel as a reminder list of the testing steps for a procedure.

Text Panel Markdown

Headers

# H1
## H2
### H3
#### H4
##### H5
###### H6

H1
======
H2
------

Emphasis

*italics* or _italics_
**bold** or __bold__
**combined _emphasis_**
~~strikethrough~~

Lists

General guidelines for entering list information:

  • List items can contain properly indented paragraphs, using white space.

  • Unordered lists can use: *, -, or +.

  • The formatting defines the lists. You can type incorrect numbering and it will render correctly.

Linebreaks

This is the first sentence.

This line is separated from the one above by two newlines, so it will be a *separate paragraph*.

This line is also a separate paragraph.
This line is only separated by a single new line, so it's a separate line in the *same paragraph*.

Trailing spaces can be used for line breaks without creating a new paragraph. This behavior is contrary to the typical GFM line-break behavior, where trailing spaces are not required.