blob: 7517b7e0bbd689086bc98d326005ad6413dc033a (
plain)
1
2
3
4
5
6
7
8
9
|
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}
```
|