Kreuzberg.DjotLink (kreuzberg v4.4.2)

Copy Markdown View Source

Link element in a Djot document.

Matches the Rust DjotLink struct.

Summary

Types

t()

@type t() :: %Kreuzberg.DjotLink{
  attributes: Kreuzberg.DjotAttributes.t() | nil,
  text: String.t(),
  title: String.t() | nil,
  url: String.t()
}

Functions

from_map(data)

@spec from_map(map()) :: t()

to_map(link)

@spec to_map(t()) :: map()