TextualNodeRenderer
Base class for node renderers that produce plain-textual output, either raw text or lightweight markup such as Markdown.
Functions
Link copied to clipboard
Creates the string to replace the MediaPassthrough prefix with when encountered in a link or image URL. For example, when rendering the @/image.jpg URL in HTML, @, the passthrough prefix, is replaced with the relative path to the output directory root.
Link copied to clipboard
Visits the link definition of the reference, or falls back to visiting the reference label if resolution fails.