Skip to main content

Module markdown

Module markdown 

Source

Re-exports§

pub use writer::push_escaped;
pub use writer::render_md_html;
pub use writer::write_md_code_block;
pub use writer::write_md_heading;
pub use writer::write_md_row;
pub use writer::write_md_table;

Modules§

writer

Structs§

MdError
MdErrorPosition
MdLimits
MdParser

Enums§

MdErrorKind
MdValue

Constants§

DEFAULT_MD_LIMITS

Functions§

parse_md
parse_md_with_limits
parse_md_with_max_depth
validate_md