website logo
Navigate through spaces
ChartHop documentation
⌘K
ChartHop Help Center
Getting around in ChartHop
ChartHop for Employees
Implementing ChartHop
ChartHop for Administrators
Carrot reference
ChartHop for Developers
Partners
Release notes
Resources
Docs powered by archbee 
website logo

Markdown formatting

ChartHop uses a standardized text format called Markdown.

You can use Markdown across the application for styling content such as job descriptions, department / team pages, creating custom forms, or the dashboard bulletin. If you need to bold, italicize, underline, or style content in any other way, Markdown is the best way to do it in ChartHop.

Here are some of the most commonly used Markdown format rules.

Style

Syntax

Bold

**Bold**

Italic

*Italic*

Hyperlink

[link text](https://www.example)

Image

![alt image text](https://www.example.png)

Image with link

![https://www.example](https://www.example.png)

Header 1

# H1

Header 2

## H2

Header 3

### H3

Header 4

#### H4

Ordered List

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

Unordered List

- First item - Second item - Third item

Blockquote

> blockquote

Horizontal Rule

---

For more advanced Markdown tips, here is an external resource.

Updated 30 May 2023
Did this page help you?
Yes
No
PREVIOUS
ChartHop terminology
NEXT
Filtering data
Docs powered by archbee