aboutsummaryrefslogtreecommitdiff
path: root/test/command/10867.md
blob: 8852e1131c7cf939bb24700e3c25c4844f0cd1b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
```
% pandoc -f native -t markdown-raw_html
[ Figure
    ( "fig:foo" , [] , [ ( "label" , "1.1" ) ] )
    (Caption
       Nothing
       [ Plain
           [ Str "Figure" , Space , Str "1.1:" , Space , Str "Figure" ]
       ])
    [ Plain
        [ Image
            ( "" , [] , [] )
            [ Str "Figure" , Space , Str "1.1:" , Space , Str "Figure" ]
            ( "./image.png" , "" )
        ]
    ]
]
^D
:::: {#fig:foo .figure label="1.1"}
![Figure 1.1: Figure](./image.png)

::: caption
Figure 1.1: Figure
:::
::::
```