To get started with `iced-markup`, you need to add it to your `Cargo.toml`.
Add the dependency to your project:
```bash
cargo add iced-markup
```
Or manually:
```toml
[dependencies]
iced = "0.13"
iced-markup = "0.1.0"
```
If you want to play with the code locally:
1.
2.