Results 141 comments of Sancarn

> Glancing at the Linter validation rules I think moving the symbols to the end of the line will fix the linting issues, it looks like it wants the structure...

> Symbols at the start seems preferable for me as well. For the linter, I'm guessing we'd have to do the PR ourselves otherwise it won't happen. Probably, yes 😅....

Actually I think the problem is more here: https://github.com/sindresorhus/awesome-lint/blob/d83d0361be944593b27d3060942a6a7dce33216d/rules/list-item.js#L111-L116 So currently it continuously discards till it hits a link. Better would be looping through until we hit a `-`. Also...

> Btw, If we have to drop the wrapper around images ([...](#-)) that I've added to prevent images from linking anywhere, I can live with it I can live with...

> The author of https://github.com/zhangmx/awesome-vba is in shambles right now 😜 🤣🤣 Many thanks 👍

This is a great shout, and something that @KallunWillock is also into! Thanks :) Because a lot of these are user controls, I'm a little nervous about adding them... Perhaps...

This is an interesting idea. Playing devil's advocate, I do wonder what the relevance is... For the sake of argument let's say we included both: * [![GitHub Repo stars](https://img.shields.io/github/stars/cristianbuse/VBA-FastDictionary?style=flat&logo=github&label= "GitHub...

@Greedquest Year really a better measure would be stars/age indeed. I think this kind of change would have to wait until we are officially on [`awesome`](https://github.com/sindresorhus/awesome/pull/3153). It's already a bit...

Probably a good time to look into adding this now, now that we are officially in `awesome` 👍

Just looked into this... Looks like you can do a substitution: * pattern: `(- \[.*\-\) )(\[.*github\.com\/([^\/]+\/[^\/\)]+).*)` * substitute: `$1![GHStars](https://img.shields.io/github/stars/$3?style&logo=github&label) $2` ![Image](https://github.com/user-attachments/assets/564a2162-5932-464c-b215-b1c76c7c846a)