logo

markdown

# heading with one hash

## subheading with two hashes

paragraphs are separated by empty lines.
**bold text** is wrapped in double asterisks,
_italic_ --- in underscores,
`monospace` --- in backticks.

[a link](https://www.romanzolotarev.com/).
![an image](/logo.png)

    # indented code block
    hello() { echo 'hello'; }

list of items

- each item is on its line
- lines start with `-`

ordered list

1. the first item
1. the second item can start with `1.` too
1. markdown handles the numbering for you.

table

| header | header |
| ------ | ------ |
| cell   | cell   |

see also
lowdown
pandoc
markdown.pl