officemd_markdown 0.1.5

Markdown renderer for OfficeMD document IR
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# officemd_markdown

Markdown rendering for the shared OfficeMD document IR.

## Profiles

- `LlmCompact`: token-lean markdown for LLM and agent workflows
- `Human`: richer markdown for inspection and review

## Build

```bash
cargo test -p officemd_markdown
```