InternalThe name of this component as set by the @Component decorator.
Protected OptionalpageThe reflection that is currently processed.
Protected OptionalprojectThe project that is currently processed.
ProtectedurlRegular expression to test if a string looks like an external url.
Return the application / root component instance.
ProtectedhostedReturn the owner of this component.
Highlight the syntax of the given text using Shiki.
The text that should be highlighted.
Optionallang: stringThe language that should be used to highlight the string.
A html string with syntax highlighting.
Transform the given absolute path into a relative path.
The absolute path to transform.
A path relative to the document currently processed.
ProtectedonTriggered before a document will be rendered.
An event object describing the current render operation.
ProtectedonTriggered before the renderer starts rendering a project.
An event object describing the current render operation.
Parse the given markdown string and return the resulting html.
The markdown string that should be parsed.
The resulting html string.
Implements markdown and relativeURL helpers for templates.