liepress 0.1.2

A Markdown to PDF/SVG/PNG converter with CSS styling support
Documentation
1
2
3
4
5
6
7
8
//! Stage 3: Render 模块测试
//!
//! 测试 Layout Document → PDF/SVG/PNG 的渲染输出

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