decoration

Using Markdown

Markdown is a simple syntax that you can use to format texts. You can do things such as turning texts into bold or italic, adding headings, adding links and much more.

How to use

In Obserfy, you can use markdown on every text input that have the "Markdown Supported" icon.

Markdown supported icon

You can write your text on the "Write" tab. And you can preview how your text is going to be formatted using the "Preview" tab.

Supported formatting


Italics

Syntax

_text_

Result

text


Bold

Syntax

**text**

Result

text


Links

Syntax

[this is a link](https://example.com)

Result

this is a link


Headings

Syntax

# Heading 1

## Heading 2

### Heading 3

#### Heading 4

Result

Heading 1

Heading 2

Heading 3

Heading 4