Inline element within a Djot block (text, emphasis, link, etc.).
Matches the Rust InlineElement struct.
Summary
Types
@type t() :: %Kreuzberg.DjotInlineElement{ attributes: Kreuzberg.DjotAttributes.t() | nil, content: String.t(), element_type: String.t(), metadata: map() | nil }