mdqy 0.1.4

jq for markdown: query and transform Markdown with a hybrid selector and jq DSL
Documentation
# Guide

An intro with [sample link](http://example.com) and an ![diagram](img.png "caption").

## Install

Prose paragraph.

```sh
cargo install guide
```

```rust
let x = 1;
```

## Usage

Some prose.

### Query examples

```rust
fn first() {}
```

```bash
echo hello
```

### Output format

More prose.

## Notes

Final section.