Markdown command line utilities similar to Jq and Grep
Are there any command line and shell tools like jq and grep, but for extracting data from markdown documents?
For doing structural text analysis like
- Getting content under a heading
- Extracting all headings
- Iterating links
... and so on.