Jq-like command-line tool for querying and processing markdown
Jq-like command-line tool for markdown processing
mq
$ mq '.headings' document.md
$ mq '.content[] | select(.level == 2)' file.md
$ mq '.links[]' document.md