yshavit / mdq

like jq but for Markdown: find specific elements in a md doc
Apache License 2.0
5 stars 0 forks source link

move various MdqNodeRefs into NonSelectable #58

Closed yshavit closed 3 months ago

yshavit commented 3 months ago

This lets me semi-formally differentiate between elements that are selectable, and those that cannot be selected but can still be displayed.

In service of #53