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
10
//! Generator 模块测试
//!
//! 测试 Layer 2 (Styled AST) → Layer 3 (Layout Document) 的转换

use liepress::generator::{Document, Page, constants::*, markdown_to_document};

mod document;
mod layout;
mod pagination;
mod table;