glyphweaveforge 0.1.6

Convert Markdown into PDF through an explicit Rust pipeline with minimal and Typst backends.
Documentation
1
2
3
4
5
6
7
8
mod config;
mod document;
mod error;
pub mod ports;

pub use config::{BuiltInTheme, LayoutMode, PageSize, ThemeConfig};
pub use document::{Block, Document, Inline, TableAlignment};
pub use error::{ForgeError, Result};