yshavit / mdq

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

remove a TODO #55

Closed yshavit closed 3 months ago

yshavit commented 3 months ago

Despite the comment, I don't want to remove the &str version: it'll be useful when I want to write a matcher against URLs, for links and images (and also for alt text for images). But, anywhere that I'm using it to check for an inline, I should use matches_inlines instead.