aboutsummaryrefslogtreecommitdiff
path: root/test/command/jats-figure-alt-text.md
blob: 229e52eda867fd0ea14b1b25045d76247c3f1110 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
```
% pandoc -f jats -t native
<fig id="fig-1">
  <caption>
    <p>bar</p>
  </caption>
  <alt-text>alternative-decription</alt-text>
  <graphic xlink:href="foo.png" xlink:alt-text="baz" />
</fig>
^D
[ Para
    [ Image
        ( "fig-1" , [] , [ ( "alt" , "alternative-decription" ) ] )
        [ Str "bar" ]
        ( "foo.png" , "fig:" )
    ]
]
```