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
//! Render 模块测试
//!
//! 测试 Layer 3 (Layout Document) → 各种输出格式的渲染

mod debug_renderer;
mod pdf;
mod png;
mod svg;