Mint::VDOMRenderer
This is a Virtual DOM renderer for markdown using Markd shard.
The AST for the markdown is a tree where each node refers to the parent node, next sibling and previous sibling.
We walk the nodes and create a tree of nodes and then using the JavaScript builder to render them.
Constants
HEADINGS = ["h1", "h2", "h3", "h4", "h5", "h6"] of ::String
Class methods
render(replacements : Array(Compiler::Compiled), node : Node | String, separator : String, js : Compiler::Js) : Compiler::Compiled
SourceInstance methods
stack
Source