mical-cli-config 0.0.2

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

## Input

```mical
outer {
  inner {
    desc |
      line 1
      line 2
    name value
  }
}

```

## JSON

```json
{
  "outerinnerdesc": "line 1\nline 2\n",
  "outerinnername": "value"
}
```

vim:ft=markdown