Astral.Renderer (Astral v0.1.0)

Copy Markdown View Source

Renders Astral pages to HTML.

Summary

Functions

Render a page from a discovered site.

Functions

render_page(site, page)

@spec render_page(Astral.Site.t(), Astral.Page.t()) ::
  {:ok, String.t()} | {:error, term()}

Render a page from a discovered site.