[][src]Module zamm::parse

Finding and parsing the input files.

Re-exports

pub use markdown::extract_code;
pub use markdown::CodeExtraction;

Modules

markdown

Literate programming support - extracts relevant code from Markdown file.

Structs

ParseOutput

Parse output, including the original markdown text.

Constants

SUPPORTED_EXTENSIONS

All supported input filename extensions.

ZAMM_OVERRIDE_NAME

Filename for ZAMM override file.

Functions

find_file

Find the right input file.

parse_input

Parse the given input file.