2021-06-29 13:49:36 +02:00
|
|
|
```
|
|
|
|
% pandoc -f markdown -t html
|
|
|
|
![caption](../media/rId25.jpg "title"){alt="alt"}
|
|
|
|
|
|
|
|
^D
|
|
|
|
<figure>
|
2021-12-20 22:44:03 +01:00
|
|
|
<img src="../media/rId25.jpg" title="title" alt="alt" />
|
|
|
|
<figcaption>caption</figcaption>
|
2021-06-29 13:49:36 +02:00
|
|
|
</figure>
|
|
|
|
```
|
|
|
|
|
|
|
|
```
|
|
|
|
% pandoc -f markdown -t html
|
|
|
|
![caption](../media/rId25.jpg "title")
|
|
|
|
|
|
|
|
^D
|
|
|
|
<figure>
|
2021-12-20 22:44:03 +01:00
|
|
|
<img src="../media/rId25.jpg" title="title" alt="caption" />
|
|
|
|
<figcaption aria-hidden="true">caption</figcaption>
|
2021-06-29 13:49:36 +02:00
|
|
|
</figure>
|
|
|
|
```
|