LucasLarson/gunstage

add a `Mentioned in Awesome` button

LucasLarson opened this issue · 3 comments

add the “Mentioned in Awesome” button as seen at marwanhawari/stew@2f6a9dd § stew:


live:
Mentioned in Awesome

[![Mentioned in Awesome](https://github.com/sindresorhus/awesome/raw/a90737eb91368b3be912d1759f9573203ef9e70d/media/mentioned-badge.svg)](/unixorn/awesome-zsh-plugins)

or archivable / for posterity:
Mentioned in Awesome

[![Mentioned in Awesome](https://web.archive.org/web/20220305135317id_/github.com/sindresorhus/awesome/raw/a90737eb91368b3be912d1759f9573203ef9e70d/media/mentioned-badge.svg)](https://web.archive.org/web/20220305180324/https://github.com/unixorn/awesome-zsh-plugins/commit/b47bbcdea53c8bc65ca28641b7751977eba500a8)

unable to get this button after pasting the code

Hey thanks!

unable to get this button after pasting the code

I think it’s because the readme is an AsciiDoc file, but my snippet #102 (comment) is Markdown.

You probably want something like

link:https://github.com/unixorn/awesome-zsh-plugins[image:https://github.com/sindresorhus/awesome/raw/a90737eb91368b3be912d1759f9573203ef9e70d/media/mentioned-badge.svg[🕶
Mentioned in Awesome,title="🕶 Mentioned in Awesome"]]

@LucasLarson please review