pub(crate) fn render<P: AsRef<Path>>( input: P, options: RenderOptions, edition: Edition) -> Result<(), String>
Render input (e.g., “foo.md”) into an HTML file in output (e.g., output = “bar” => “bar/foo.html”).
input
output