Skip to main content

Crate marco_core

Crate marco_core 

Source

Re-exports§

pub use intelligence::MarkdownIntelligenceProvider;
pub use parser::parse;
pub use parser::Document;
pub use parser::Node;
pub use parser::NodeKind;
pub use render::render;
pub use render::RenderOptions;
pub use logic::cache::parse_to_html;
pub use logic::cache::parse_to_html_cached;
pub use logic::cache::ParserCache;
pub use logic::utf8::sanitize_input;
pub use logic::utf8::sanitize_input_with_stats;
pub use logic::utf8::InputSource;
pub use logic::utf8::SanitizeStats;

Modules§

grammar
Grammar definitions for Markdown syntax
intelligence
Smart Markdown editor intelligence (in-process engine).
logic
parser
render

Macros§

safe_debug
Macro for safe debug logging with automatic string truncation