Skip to content

Headings

Kx Markdown supports four heading levels.

Begin a heading with one to four # characters followed by a space.

# Heading 1
## Heading 2
### Heading 3
#### Heading 4

The number of # characters determines the heading level.

# Level 1
## Level 2
### Level 3
#### Level 4

Heading 1 is the highest level. Heading 4 is the lowest supported level.

A space is required between the # characters and the heading text.

Headings can contain supported inline Kx Markdown formatting.

## Learning **Spanish**
### Practice [yellow]Vocabulary[/yellow]

Use headings to organize longer context into sections that are easier to scan.