Salta el contingut

Captions

Reference Block Caption - PyMdown Extensions

This is the figure.

This is the caption.

Markdown
This is the figure.
/// caption
This is the caption.
///

Image caption

placeholder

Attribution

Figura 1. Caption for image

placeholder

Figura 1.1. Virtual nested caption

Markdown
![placeholder](img/placeholder-600x400.png)
/// attribution
Attribution
///
/// figure-caption
Caption for image
///

![placeholder](img/placeholder-600x400.png)
/// figure-caption | ^1
Virtual nested caption
///

Shadowed image caption

placeholder

Figura 1. Shadow image caption

Markdown
![placeholder](img/placeholder-600x400.png)
/// shadow-figure-caption
Shadow :material-box-shadow: image caption
///

Table caption

Header 1 Header 2
Cell 1 Cell 2

Attribution

Taula 1. Caption for table

Markdown
| Header 1 | Header 2 |
|----------|----------|
| Cell 1   | Cell 2   |
/// attribution
Attribution
///
/// table-caption
Caption for table
///