Module renderer

Module renderer 

Source

Structs§

BlogModule
DefaultModule
Implements all basic default behavior, like rendering all tokens and adding meta tags and title to head
PostOptions
RenderContext
Renderer
HtmlRenderer is responsible for the process of converting the site tree into the final HTML output. It does this by managing a queue of tokens to be rendered and delegating the rendering process to different modules.
SinglePageOptions
TokenRenderer
used for recursively rendering

Traits§

RendererModule

Functions§

is_href_external