How to edit text widgets using Markdown

The text widgets in Swonkie’s Insights dashboards allow you to add custom information, comments, conclusions, or highlights about the data you’re analysing. To help you present this information in a more organised and visually clear way, the notes support formatting using Markdown.

In this article, we explain which Markdown elements are supported and how to use them.

What is Markdown?

Markdown is a lightweight markup language that allows you to apply formatting such as bold, italic, lists, headings, and more — quickly and easily, using simple symbols.

Supported Formatting

Below is a list of supported Markdown elements and how to use them:

    
HeadingsUse the # symbol at the beginning of a line to create titles.

# H1 

## H2 

### H3 

H1
H2
H3
BoldPlace text between double asterisks **.**Bold text**Bold text
ItalicPlace text between single asterisks *.*Italic text*Italic text
StrikethroughPlace text between double tildes ~~.~~Strikethrough text~~S̶t̶r̶i̶k̶e̶t̶h̶r̶o̶u̶g̶h̶ ̶t̶e̶x̶t̶
Bulleted ListStart each line with a hyphen -.

- Item 1

- Item 2

- Item 3 

  • Item 1
  • Item 2
  • Item 3
Numbered ListUse numbers followed by a period. 1., 2., ...

1. Item 1

2. Item 2

3. Item 3 

  1. Item 1
  2. Item 2
  3. Item 3
Inline CodePlace text between backticks `.Example of `code`Example of code
Code BlockTo display multiple lines of code, use three backticks ``` before and after.```Line 1 of code   
Line 2 of code```
Line 1 of code
Line 2 of code
BlockquoteStart the line with a > symbol.> This is a quote or highlight.

This is a quote or highlight.

Divider LineUse three hyphens ---.---

 

💡 Usage Tips

  • Use headings and bold text to highlight key sections of your analysis.
  • Create lists for conclusions, hypotheses, or next steps.
  • Use blockquotes to highlight recommendations.
  • Separate notes with lines for better readability.

Was this article helpful?