Updated: 23 September 2026
Lists
Nested list
* Foo
* Foo sub 1
* Foo sub 2
Syntax highlight
SQL
```sql
SELECT * FROM orders;
```
bash
```shell
docker compose up --build
```
Tables
| | | | | |
|---|---|---|---|---|
| | | | | |
| | | | | |
| | | | | |
Images
online resource

local file

Miscellaneous
Underline
This word right <ins>here</ins> will be underlined.
Horizontal rule
Three dashes
---
create a horizontal line.
Links
[Chris Taylor Developer](https://christaylordeveloper.co.uk)
Convert markdown to a pdf, converting headings (#, ##, ### etc.) to numbered sections (1, 1.1, 1.1.1 etc.)
pandoc volume_trading.md --number-sections -o volume_trading.pdf