| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | maint/extract-md-links: Use /usr/bin/env for more flexibility. | Gabriela Moldovan | 2024-06-05 | 1 | -1/+1 |
| | | | | | | | | | I needed to use a virtual env to run this script (it doesn't work with the mistune version packaged by arch), but found myself unable to without changing the interpreter directive in `maint/extract-md-links`. Closes #1460 | ||||
| * | maint/extract-md-links: New script | Ian Jackson | 2024-05-02 | 1 | -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. | |||||
