View Source MDEx.Link (MDEx v0.3.0)
Link to a URL.
Summary
Types
@type t() :: %MDEx.Link{ nodes: [MDEx.Document.md_node()], title: String.t() | nil, url: String.t() }
Link to a URL.
@type t() :: %MDEx.Link{ nodes: [MDEx.Document.md_node()], title: String.t() | nil, url: String.t() }