panache-parser 0.1.0

Lossless CST parser and syntax wrappers for Pandoc markdown, Quarto, and RMarkdown
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod config;
pub mod parser;
pub mod range_utils;
pub mod syntax;

pub use config::BlankLines;
pub use config::Config;
pub use config::ConfigBuilder;
pub use parser::parse;
pub use syntax::SyntaxNode;