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