mod core;
pub mod edit;
mod pages;
mod search;
mod sync;
#[cfg(test)]
mod tests;
#[allow(unused_imports)]
pub use self::core::{
has_conflict_markers, parse_frontmatter, resolve_accept_both, serialize_frontmatter,
KnowledgeManager, PageFrontmatter, PageInfo, SearchMatch, Source, SyncOutcome,
KNOWLEDGE_BRANCH, KNOWLEDGE_CACHE_DIR,
};