Function rustdoc::markdown::render [] [src]

pub fn render(input: &str,
              output: PathBuf,
              matches: &Matches,
              external_html: &ExternalHtml,
              include_toc: bool)
              -> isize
🔬 This is a nightly-only experimental API. (rustdoc)

Render input (e.g. "foo.md") into an HTML file in output (e.g. output = "bar" => "bar/foo.html").