[][src]Module zamm_yang::parse

Input file parsing.

Re-exports

pub use markdown::parse_md;
pub use yaml::parse_yaml;

Modules

markdown

Parses Markdown into concepts.

yaml

Parses YAML into concepts.

Constants

SUPPORTED_EXTENSIONS

All supported input filename extensions.

Functions

find_file

Find the right input file.

parse_input

Parse the giveninput file.