Module

Text.Smolder.Renderer.String

Package
purescript-open-smolder
Repository
purescript-open-community/purescript-open-smolder

#render Source

render :: forall e. Markup e -> String

#render' Source

render' :: forall e. PPOptions -> Markup e -> String

Render markup as an HTML string with no pretty printing.

#renderWithOptions Source

renderWithOptions :: forall e. PPOptions -> Markup e -> CatList String

Render markup as an HTML string with pretty printing options.