summaryrefslogtreecommitdiff
path: root/maint/extract-md-links
Commit message (Collapse)AuthorAgeFilesLines
* maint/extract-md-links: New scriptIan Jackson2024-05-021-0/+117
This will be used by gen_md_links, instead of the regexp-based ad-hoc parser there. The existing parser gets wrong things like " `#[must_use]` ", thinking that's a link. Use a proper Markdown parser. But, we must commit some abuse, sadly.