# 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
| Foo | 123 |
| Bar | 456 |
> This is a blockquote.
---
*Generated by liepress WASM*