packages feed

pandoc-crossref-0.3.15.0: test/m2m/loxItemTitle/expect.md

::: {#fig:1 .figure}
![1](fig1.png)

::: caption
Figure 1: 1
:::
:::

::: {#fig:2 .figure}
![2](fig2.png)

::: caption
Figure 2: 2
:::
:::

::: {#fig:3 .figure}
![3](fig3.png)

::: caption
Figure 3: 3
:::
:::

::: {#fig:4 .figure}
![4](fig4.png)

::: caption
Figure 4: 4
:::
:::

::: {#fig:5 .figure}
![5](fig5.png)

::: caption
Figure 5: 5
:::
:::

::: {#fig:6 .figure}
![6](fig6.png)

::: caption
Figure 6: 6
:::
:::

::: {#fig:7 .figure}
![7](fig7.png)

::: caption
Figure 7: 7
:::
:::

::: {#fig:8 .figure}
![8](fig8.png)

::: caption
Figure 8: 8
:::
:::

::: {#fig:9 .figure}
![9](fig9.png)

::: caption
Figure 9: 9
:::
:::

::: {#lst:code1 .listing .haskell}
Listing 1: Listing caption 1

``` haskell
main :: IO ()
main = putStrLn "Hello World!"
```
:::

::: {#lst:code2 .listing .haskell}
Listing 2: Listing caption 2

``` haskell
main :: IO ()
main = putStrLn "Hello World!"
```
:::

::: {#lst:code3 .listing .haskell}
Listing 3: Listing caption 3

``` haskell
main :: IO ()
main = putStrLn "Hello World!"
```
:::

::: {#lst:code4 .listing .haskell}
Listing 4: Listing caption 4

``` haskell
main :: IO ()
main = putStrLn "Hello World!"
```
:::

------------------------------------------------------------------------

::: {#tbl:mytable}
  a   b   c
  --- --- ---
  1   2   3
  4   5   6

  : Table 1: My table
:::

::: {#tbl:1}
  a   b
  --- ---
  1   2

  : Table 2: Table
:::

# List of Figures

::: {.list .list-of-fig}
Figure 1. 1\

Figure 2. 2\

Figure 3. 3\

Figure 4. 4\

Figure 5. 5\

Figure 6. 6\

Figure 7. 7\

Figure 8. 8\

Figure 9. 9\
:::

# List of Tables

::: {.list .list-of-tbl}
Title 1. My table\

Title 2. Table\
:::

# List of Listings

::: {.list .list-of-lst}
Listing 1: Listing caption 1\

Listing 2: Listing caption 2\

Listing 3: Listing caption 3\

Listing 4: Listing caption 4\
:::