Licensir.TableRex.quick_render
You're seeing just the function
quick_render
, go back to Licensir.TableRex module for more information.
Specs
quick_render(list(), list(), String.t() | nil) :: Licensir.TableRex.Renderer.render_return()
A shortcut function to render with a one-liner.
Sacrifices all customisation for those that just want sane defaults.
Returns {:ok, rendered_string}
on success and {:error, reason}
on failure.