mdqy 0.1.3

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
# Docs

- [quickstart.md]quickstart.md: tutorial walkthrough. Start here.
- [language.md]language.md: the jq-style query language.
- [selectors.md]selectors.md: `hN`, `:pseudos`, `#` sugar, and
  the `>` combinator.
- [transforms.md]transforms.md: `|=`, `del`, `walk`, `-U`,
  `--dry-run`.
- [architecture.md]architecture.md: pipeline, modules, the two
  evaluators, byte-exact round-trip.