md2any 0.3.0

Markdown → PowerPoint, OpenDocument Impress, PDF, Word, Writer, HTML, SVG, and PNG. One markdown source, one small Rust binary.
Documentation
---
title: Lists & Code
theme: dark
---

# Setup

```rust src/main.rs
fn main() {
    println!("hello");
}
```

# Nested

- top
  - mid
    - leaf
- another

# Ordered

1. first
2. second
3. third