rustdoc
1.79.0-nightly
(e3181b091 2024-04-18)
Module markdown
Functions
In crate rustdoc
?
Settings
Module
rustdoc
::
markdown
Copy item path
source
·
[
−
]
Functions
§
extract_leading_metadata
🔒
Separate any lines at the start of the file that begin with
#
or
%
.
render
🔒
Render
input
(e.g., “foo.md”) into an HTML file in
output
(e.g., output = “bar” => “bar/foo.html”).
test
🔒
Runs any tests/code examples in the markdown file
input
.