Telegex.Marked v0.0.3 Telegex.Marked.Renderer behaviour View Source

Render node tree document.

Link to this section Summary

Callbacks

Render the node tree document as text content.

Link to this section Callbacks

Link to this callback

render(document, options)

View Source

Specs

render(document :: Telegex.Marked.document(), options :: keyword()) ::
  String.t()

Render the node tree document as text content.

The specific rendering result is implemented by the renderer that implements this function.