liepress 0.1.0-beta.1

A Markdown to PDF/SVG/PNG converter with CSS styling support
Documentation
1
2
3
4
5
6
7
8
9
//! AST 模块测试
//!
//! 测试 Layer 1 (Markdown) → Layer 2 (Styled AST) 的转换

use liepress::ast::{NodeKind, parse_markdown};

mod parsing;
mod structure;
mod style;