RelayMark inline node struct.
@type t() :: %RelayMark.Inline{ content: [t()], href: String.t() | nil, id: String.t() | nil, label: String.t() | nil, props: map(), text: String.t() | nil, type: String.t() }
@spec from_map(map()) :: t()