logo

markdown in twenty four lines

# start a heading with one hash

## start a 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'; }

a list of items:

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

an ordered list:

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

see also

lowdown pandoc markdown.pl

@hi@romanzolotarev.com