Skip to main content

Crate liepress

Crate liepress 

Source

Re-exports§

pub use render::PageRenderer;
pub use render::PdfDocumentGenerator;
pub use render::PdfRenderer;
pub use render::PixmapDocumentGenerator;
pub use render::PixmapRenderer;
pub use render::SvgDocumentGenerator;
pub use render::SvgRenderer;
pub use ast::PageConfig;

Modules§

ast
样式系统模块
error
generator
文档生成器模块
render
渲染模块 - 提供多种渲染后端
text
visual
视觉元素模块 - 纯数据描述,与渲染后端解耦

Structs§

ConvertOptions
Markdown 转换配置

Functions§

markdown_file_to_pdf
markdown_file_to_pdf_with_options
markdown_file_to_png
markdown_file_to_png_with_options
markdown_file_to_svg
markdown_file_to_svg_with_options
markdown_to_pdf
markdown_to_pdf_with_options
markdown_to_png
markdown_to_png_with_options
markdown_to_svg
markdown_to_svg_with_options