codexa 0.0.3

A Git-native content compiler for building typed public and private knowledge artifacts.
Documentation
1
2
3
4
5
6
7
8
mod frontmatter;
mod links;
mod markdown;

pub use frontmatter::{FrontmatterError, parse_source_document};
pub use markdown::{ParseError, ParseErrorCode, parse_markdown};

pub use links::{LinkError, parse_document_links};