pandoc-3.0: test/command/figures-jira.md
A figure with title
```
% pandoc -f native -t jira
[Figure ("fig-id",[],[("title","This is the title")]) (Caption Nothing []) []]
^D
{panel:title=This is the title}
{anchor:fig-id}
{panel}
```
A figure with title
```
% pandoc -f native -t jira
[Figure ("fig-id",[],[("title","This is the title")]) (Caption Nothing []) []]
^D
{panel:title=This is the title}
{anchor:fig-id}
{panel}
```