MDEx.WikiLink (MDEx v0.12.0)

Copy Markdown View Source

A link in the form of a wiki link.

Summary

Types

t()

@type t() :: %MDEx.WikiLink{
  nodes: [MDEx.Document.md_node()],
  sourcepos: term(),
  url: String.t()
}