mical-cli-config 0.0.2

Internal config evaluator for mical-cli
Documentation
---
source: crates/config/tests/snapshots.rs
---
# block-string-nested-edge-cases

## Input

```mical
  key |
    content
  sibling val

```

## JSON

```json
{
  "key": "content\n",
  "sibling": "val"
}
```

vim:ft=markdown