Link element in a Djot document.
Matches the Rust DjotLink struct.
Summary
Types
@type t() :: %Kreuzberg.DjotLink{ attributes: Kreuzberg.DjotAttributes.t() | nil, text: String.t(), title: String.t() | nil, url: String.t() }
Link element in a Djot document.
Matches the Rust DjotLink struct.
@type t() :: %Kreuzberg.DjotLink{ attributes: Kreuzberg.DjotAttributes.t() | nil, text: String.t(), title: String.t() | nil, url: String.t() }