mical-cli-config 0.0.2

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

## Input

```mical
  key |
    line1
    line2

```

## JSON

```json
{
  "key": "line1\nline2\n"
}
```

vim:ft=markdown