showdownjs / showdown

A bidirectional Markdown to HTML to Markdown converter written in Javascript
http://www.showdownjs.com/
MIT License
14.26k stars 1.56k forks source link

fix: octocat emoji image location (2) #764

Closed TPXP closed 2 years ago

TPXP commented 4 years ago

This commits introduces the changes intended by https://github.com/showdownjs/showdown/pull/706 but that were not in the PR. Seems like branches were mixed up :smile:

TPXP commented 4 years ago

I added a test to make sure the used URL works. Feel free to remove it if you don't think it's needed (it was a gread chai workshop though :smiley: )

SyntaxRules commented 2 years ago

@TPXP can you rebase off master so we can check against the latest CI checks? Thank you for making a test to go along with this!