Figures & Images

Image Node Specification

Image hyperlink

type: string, ("image")
See also
class: string, optional
user-defined class for image
width: string, optional
image width in pixels or percentage
align: string, optional, ("left" | "center" | "right")
No description for this property.
url: string
See also
title: string, optional
See also
alt: string, optional
See also
position: object, optional, ()
See also
data: object, optional
See also

Image Node Example

Markup
AST
Render
![fishy](fun-fish.png)

Containers

Container Node Specification

Top-level container node to provide association and numbering to child content

type: string, ("container")
See also
kind: string, ("figure" | "table")
kind of container contents
class: string, optional
any custom class information
enumerated: boolean, optional
count this container for numbering based on kind, e.g. Figure 1a
enumerator: string, optional
resolved enumerated value for this container
children: array, ( | | | )
See also
identifier: string, optional
See also
label: string, optional
See also
position: object, optional, ()
See also
data: object, optional
See also

Container Node Example

Markup
AST
Render
```{figure} https://via.placeholder.com/150
This is the figure caption!

Something! A legend!?
```