MDExNative.Comrak.WikiLink (MDExNative v0.2.7)

Copy Markdown View Source

A link in the form of a wiki link.

Summary

Types

t()

@type t() :: %MDExNative.Comrak.WikiLink{
  nodes: [MDExNative.Comrak.ast_node()],
  sourcepos: term(),
  url: String.t()
}