Markdown Formatting

Cobudget uses a type of formatting called Markdown. See how to use it here:

Element

Markdown Syntax

# H1 ## H2 ### H3

**bold text**

*italicized text*

> blockquote

1. First item 2. Second item 3. Third item

- First item - Second item - Third item

`code`

---

[title](https://www.example.com)

Embed an Image

![image text](image.jpg)

Read more about markdown

Last updated