View Source MDEx.Link (MDEx v0.3.0)

Link to a URL.

Spec: https://github.github.com/gfm/#links

Summary

Types

t()

@type t() :: %MDEx.Link{
  nodes: [MDEx.Document.md_node()],
  title: String.t() | nil,
  url: String.t()
}