simple_markdown v0.7.0 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
Link to this section Functions
Link to this function
render(ast)
render( Stream.t() | [SimpleMarkdown.attribute() | String.t()] | SimpleMarkdown.attribute() | String.t() ) :: Stream.t()
Render the parsed markdown as HTML.