packages feed

pandoc-crossref-0.3.22: test/m2m/listOfHidden/expect.md

# main section {#main-section .unnumbered}

blah blah blah figs. 1, S.1

![Figure 1: first figure](figs/fig1.jpg){#fig:fig1}

furthermore, etc., (figs. 2, S.2)

![Figure 2: second figure](figs/fig2.jpg){#fig:fig2}

and finally (fig. 3)

![Figure 3: third figure](figs/fig3.jpg){#fig:fig3}

# S hidden supplemental section {#hidden-supplemental-section label="S"}

![Figure S.1: hidden! first supp figure](figs/fig_s1.jpg){#fig:fig_s1
hidden="y"}

![Figure S.2: hidden! second supp figure](figs/fig_s2.jpg){#fig:fig_s2
hidden="y"}

# 2 hidden section {#hidden-section hidden="y"}

![Figure 2.1: hidden! first hidden figure](figs/fig_s1.jpg){#fig:fig_h1}

![Figure 2.2: hidden! second hidden
figure](figs/fig_s2.jpg){#fig:fig_h2}

## 2.1 subsection of a hidden section

![Figure 2.1.1: hidden! first hidden subsection
figure](figs/fig_s1.jpg){#fig:fig_h1_s}

![Figure 2.1.2: hidden! second hidden subsection
figure](figs/fig_s2.jpg){#fig:fig_h2_s}

# 3 regular section

![Figure 3.1: first regular section
figure](figs/fig_s1.jpg){#fig:fig_r1}

![Figure 3.2: second regular section
figure](figs/fig_s2.jpg){#fig:fig_r2}

## 3.1 normal subsection {#normal-subsection hidden="n"}

![Figure 3.1.1: first normal subsection
figure](figs/fig_s1.jpg){#fig:fig_nss1}

![Figure 3.1.2: second normal subsection
figure](figs/fig_s2.jpg){#fig:fig_nss2}

## 3.2 hidden subsection {#hidden-subsection hidden="y"}

![Figure 3.2.1: hidden! first hidden subsection
figure](figs/fig_s1.jpg){#fig:fig_ss1}

![Figure 3.2.2: hidden! second hidden subsection
figure](figs/fig_s2.jpg){#fig:fig_ss2}

![Figure 3.2.3: visible! overridden
visibility](figs/fig_s3.jpg){#fig:fig_ss3 hidden="n"}

:::: {#fig:subfigs .figure .subfigures}
![a](figs/fig_s2.jpg){#fig:fig_sss1}
![b](figs/fig_s2.jpg){#fig:fig_sss2}

::: caption
Figure 3.2.4: hidden! subfigures. a --- hidden! subfigure1, b ---
hidden! subfigure2
:::
::::

::: {#lst:listing .listing .haskell}
Listing 3.2.1: hidden!

``` haskell
main = putStrLn "Hello, World!"
```
:::

::: {#lst:listing2 .listing .haskell}
Listing 3.2.2: visible!

``` {.haskell hidden="n"}
main = putStrLn "Hello, World!"
```
:::

  foo   bar
  ----- -----
  1     10
  2     20
  3     30

  : Table 3.2.1: hidden! table {#tbl:table1}

::: {#tbl:table2 hidden="n"}
  foo   bar
  ----- -----
  1     10
  2     20
  3     30

  : Table 3.2.2: visible! table
:::

# 4 one more regular section

![Figure 4.1: first other regular section
figure](figs/fig_s1.jpg){#fig:fig_or1}

![Figure 4.2: second other regular section
figure](figs/fig_s2.jpg){#fig:fig_or2}

# List of Figures

::: {.list .list-of-fig}
1\. first figure\

2\. second figure\

3\. third figure\

3.1. first regular section figure\

3.2. second regular section figure\

3.1.1. first normal subsection figure\

3.1.2. second normal subsection figure\

3.2.3. visible! overridden visibility\

4.1. first other regular section figure\

4.2. second other regular section figure\
:::

# List of Listings

::: {.list .list-of-lst}
3.2.2. visible!\
:::

# List of Tables

::: {.list .list-of-tbl}
3.2.2. visible! table\
:::