Function mdbook_utils::write_inline_links
source · pub fn write_inline_links<P1, P2>(
src_dir_path: P1,
dest_file_path: P2
) -> Result<()>Expand description
Parse Markdown from all .md files in a given source directory, write all inline links and autolinks (i.e., not written as reference-style links) found therein to a file
src_dir_path: path to the source directory
dest_file_path: path to the file to create and write into