pieces-app / plugin_sublime

The beloved method of saving, sharing, and reusing code materials, built specifically for Sublime.
https://pieces.app
MIT License
9 stars 1 forks source link

Fix image link in README #130

Closed kaste closed 1 month ago

kaste commented 1 month ago

https://github.com/pieces-app/plugin_sublime/blob/d293190a3b72b238856ed8dd1c6d1ead753801fa/README.md?plain=1#L1

The image link above is a clever one. GitHub itself renders this correctly but Package Control (unfortunately) does not and therefore would not show this image but skip it.

You need to link "real" images, or URLs that look like images, here, e.g. https://github.com/kaste/InlineOutline/blob/7a88406ef9bc79dff51b9a98cd0d5f2038339105/README.md?plain=1#L1-L9

I've learned that the hard way.