Image element in a Djot document.
Matches the Rust DjotImage struct.
Summary
Types
@type t() :: %Kreuzberg.DjotImage{ alt: String.t(), attributes: Kreuzberg.DjotAttributes.t() | nil, src: String.t(), title: String.t() | nil }
Image element in a Djot document.
Matches the Rust DjotImage struct.
@type t() :: %Kreuzberg.DjotImage{ alt: String.t(), attributes: Kreuzberg.DjotAttributes.t() | nil, src: String.t(), title: String.t() | nil }