mdqy 0.1.4

jq for markdown: query and transform Markdown with a hybrid selector and jq DSL
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Tiny

A paragraph with **bold** and [a link](https://example.com).

## Second heading

```rust
fn main() {
    println!("hello");
}
```

- one
- two