Markdown

Updated: 05 February 2024

Syntax highlight

SQL

```sql
SELECT * FROM orders;
```

bash

```shell
docker compose up --build
```

Tables

|   |   |   |   |   |
|---|---|---|---|---|
|   |   |   |   |   |
|   |   |   |   |   |
|   |   |   |   |   |

Images

online resource

![Alt text here](https://example.com/path/to/my-image.gif 'Title here')

local file

![Alt text here](my-image.gif 'Title here')

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)