Private
#configPrivate
#namePrivate
#regexParse any metadata in the document, by default no parsing is done. A Renderer that supports files which contain metadata should implement this function to parse that metadata.
A function, parseFrontmatter
, is available to parse
frontmatter block at the top of a file.
Render input data allowing for asynchronous execution, producing output data.
Indicate the sort of output produced when rendering a file described in the rendering context.
Render input data using only synchronous code, producing output data. Some execution contexts can only run synchronous code.
Compute the file extension from the input file name.
Returns