katana-markdown-engine 0.1.0

Renderer-neutral Markdown document model for the KatanA ecosystem
Documentation
# ๐Ÿงช KatanA Rendering Regression Test

<p align="center">
  <a href="#"><img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License: MIT"></a>
  <a href="#"><img src="https://img.shields.io/badge/CI-passing-brightgreen.svg" alt="CI"></a>
</p>

## Tables

| Feature | Status | Notes |
| :--- | :---: | ---: |
| Markdown | โœ… | Full support |
| Mermaid | โœ… | Requires mmdc |

## Code

```rust
fn main() {
    println!("Hello, KatanA!");
}
```

```mermaid
graph TD
  A --> B
```