mical-cli-config 0.0.2

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

## Input

```mical
key |+
  x


a b

```

## JSON

```json
{
  "a": "b",
  "key": "x\n\n\n"
}
```

vim:ft=markdown