☰
Module markdown
rustdoc
1.75.0-dev
Module markdown
Functions
In crate rustdoc
Modules
clean
config
core
docfs
doctest
error
externalfiles
fold
formats
html
json
lint
markdown
passes
scrape_examples
theme
visit
visit_ast
visit_lib
Macros
map
try_err
try_none
Functions
get_args
init_logging
main
main_args
opts
run_renderer
usage
wrap_return
Type Aliases
MainResult
?
Module
rustdoc
::
markdown
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
.