# Markdown display example (using Micromark library)
This is the fall-back markdown that will **only show** when `src` is falsy.
- first item
- second item
- third item
# Heading one
## Heading two
### Heading three
#### Heading four
#### Heading five
#### Heading six
1. first ordered thing
2. second
3. third
#### Heading six
> this is a quote
> with intentional multiline
> structure!
## Table:
heading1 | heading2 |
-------- | -------- |
ABCDEF | GHIJKL |
MNOPQR | STUVWX |
1. first item in ordered list
2. second item in ordered list
- Unordered sub-list
- second item of un-ordered sub-list
3. third item in ordered list
[Google - www.google.com](https://www.google.com)
Emphasis, aka italics: *asterisks* or _underscores_
Strong emphasis, or bold: **asterisks** or __underscores__
Strong emphasis and italics: ***asterisks***
> A very long block quote which continues.
> on and on and
> on and on and
> on and on and
> on and on and
> on and on and
> > Interrupted by a different
> > quote which is nested!
> on and on and
> on and on and
> on and on and
> on and on and
> on and on and
> on and on and
> on and on and
```
This is inline
code block
on three lines
```
here is another code
block with indentation