Skip to main content

Module links

Module links 

Source
Expand description

Link and image AST node wrappers.

Structs§

AutoLink
Figure
ImageAlt
ImageLink
Link
LinkDest
LinkRef
LinkText
UnresolvedReference
A bracket-shape pattern ([foo], [text][label], [text][], ![alt], …) that did not resolve as a link or image — i.e. no matching reference definition was found.
WikiLink
A Pandoc wikilink: [[url]], [[url|title]], ![[url]], ![[url|title]]. Both WIKI_LINK and IMAGE_WIKI_LINK cast to this wrapper; discriminate with WikiLink::is_image. The URL and (when present) title are flat raw-text spans — wikilink children are not recursively parsed for inline markup, matching pandoc behavior.