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

Attribution
Figura 1. Caption for image

Figura 1.1. Virtual nested caption
Markdown

/// attribution
Attribution
///
/// figure-caption
Caption for image
///

/// figure-caption | ^1
Virtual nested caption
///
Shadowed image caption

Figura 1. Shadow image caption
Markdown

/// 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
///