Skip to content

Formatting Reference

Kx Markdown provides a small set of formatting features for Practice Set context.

# Heading 1
## Heading 2
### Heading 3
#### Heading 4
**bold**
*italic*
[pink]pink[/pink]
[yellow]yellow[/yellow]
[green]green[/green]
[blue]blue[/blue]

Separate paragraphs with a blank line.

First paragraph.
Second paragraph.

A single newline creates a line break within the same paragraph.

First line
Second line
Third line
![Description](/assets/path/image.png)
![Description](/assets/path/image.png)[size:50]

Image size is an integer from 1 through 100 and defaults to 100.

Supported inline formatting can be combined.

[yellow]This is **important**.[/yellow]