mical-cli-config 0.0.2

Internal config evaluator for mical-cli
Documentation
---
source: crates/config/tests/snapshots.rs
---
# block-string-clip-multi-trailing

## Input

```mical
key |
  hello


other val

```

## JSON

```json
{
  "key": "hello\n",
  "other": "val"
}
```

vim:ft=markdown