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 4Heading Levels
Section titled “Heading Levels”The number of # characters determines the heading level.
# Level 1## Level 2### Level 3#### Level 4Heading 1 is the highest level. Heading 4 is the lowest supported level.
A space is required between the # characters and the heading text.
Formatting Inside Headings
Section titled “Formatting Inside Headings”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.