simple_markdown v0.8.1 SimpleMarkdown.LazyRenderer.HTML protocol
A lazily evaluated renderer protocol for HTML.
Any customisation should be done to SimpleMarkdown.Renderer.HTML
.
Link to this section Summary
Functions
Render the parsed markdown as HTML.
Link to this section Types
Specs
t() :: term()
Link to this section Functions
Link to this function
render(ast)
Specs
render( Stream.t() | [SimpleMarkdown.attribute() | String.t()] | SimpleMarkdown.attribute() | String.t() ) :: Stream.t()
Render the parsed markdown as HTML.