# Test Markdown Document
This is a simple test document to verify the markdown to PDF conversion.
## Features
Here are some markdown features being tested:
- **Bold text** for emphasis
- *Italic text* for subtle emphasis
- `Code snippets` for technical content
## Sample Content
This paragraph contains some regular text that should be converted to PDF format. The conversion should preserve the formatting and structure of the markdown document.
### Lists
1. First numbered item
2. Second numbered item
3. Third numbered item
### Code Block
```rust
fn main() {
println!("Hello, world!");
}
```
## Conclusion
This test document should help verify that the PDF conversion works correctly.