Expand description
Standalone markdown rendering.
For the (much more common) case of rendering markdown in doc-comments, see crate::html::markdown.
This is used when rendering a markdown file to an html file, without processing rust source code.
Functions§
- Separate any lines at the start of the file that begin with
#
or%
. - Render
input
(e.g., “foo.md”) into an HTML file inoutput
(e.g., output = “bar” => “bar/foo.html”).