mdstream 0.2.0

Streaming-first Markdown middleware for LLM output (committed + pending blocks, render-agnostic).
Documentation
1
2
3
4
5
6
7
8
9
10
11
```javascript
const x = 1;
```

```python
y = 2
```

```rust
let z = 3;
```