bytecauldron / awesome-gamemaker

A curated list of awesome libraries, snippets, guides, and projects for GameMaker.
https://gamemaker.io/
Creative Commons Zero v1.0 Universal
280 stars 16 forks source link

Prevent YouTube icons from opening source image. #15

Closed bytecauldron closed 6 months ago

bytecauldron commented 8 months ago

Not a huge deal but might be worth fixing. The point of the YouTube icon is to differentiate links to libraries vs. videos. However, you can click on the icons right now to directly display the source image, which is sort of pointless. I'm considering just wrapping the image in a empty markdown # link, like so:

[![](https://github.com/bytecauldron/awesome-gamemaker/raw/main/icons/youtube.png)](#)

This wouldn't open a link but it would definitely bring you to the top of the page. So, not a perfect solution by any means. I might vertically align the icons with the text as well, but one thing at a time.

bytecauldron commented 6 months ago

Due to how markdown files work and how GitHub presents .md files, I don't think there is a succinct way to fix this. I may return to it if this continues to bother anyone besides myself lol.