Function mdcat::process_file

source ·
pub fn process_file(
    filename: &str,
    settings: &Settings<'_>,
    resource_handler: &dyn ResourceUrlHandler,
    output: &mut Output
) -> Result<()>
Expand description

Process a single file.

Read from filename and render the contents to output.