Enjoyed looking through this project this morning, mdq - Markdown Parser basically a parser for markdown to do fun things to select items like it is json from markdown (that is a terrible description). It is strange as internally, I mainly document things inside Markdown (shakes fist at Confluence) especially as it mean that I can more easily version control things.

To add to that its conceptual extension of (jq)[https://github.com/jqlang/jq] which is not only a great tool for the least worst text based structured data but also been used for so many glue things that I forget.

I’ve even opened an issue to see if they want to make a container for it. *(edit - someone already has).