pandoc-crossref-0.3.21: test/m2m/standalone-listOfMetadata/input.md
---
standalone: true
listOfMetadata: true
codeBlockCaptions: true
---
{#fig:1}
{#fig:2}
{#fig:3}
{#fig:4}
{#fig:5}
{#fig:6}
{#fig:7}
{#fig:8}
{#fig:9}
```haskell
main :: IO ()
main = putStrLn "Hello World!"
```
: Listing caption 1 {#lst:code1}
```haskell
main :: IO ()
main = putStrLn "Hello World!"
```
: Listing caption 2 {#lst:code2}
```{#lst:code3 .haskell}
main :: IO ()
main = putStrLn "Hello World!"
```
: Listing caption 3
```{#lst:code4 .haskell}
main :: IO ()
main = putStrLn "Hello World!"
```
: Listing caption 4
***
a b c
--- --- ---
1 2 3
4 5 6
: My table {#tbl:mytable}
| a | b |
|---|---|
| 1 | 2 |
: Table {#tbl:1}
\listoffigures
\listoftables
\listoflistings