# 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
```