liepress 0.1.4

A Markdown to PDF/SVG/PNG converter with CSS styling support
Documentation
# Hello World

This is a **Markdown** document.

## Features

- Support for *italic* and **bold** text
- Code blocks with syntax highlighting
- Tables and lists
- Chinese characters (中文支持)

## Code Example

```rust
fn main() {
    println!("Hello, World!");
}
```

## Table Example

| Name  | Value |
|-------|-------|
| Foo   | 123   |
| Bar   | 456   |

> This is a blockquote.

---

*Generated by liepress WASM*