You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.
Interesting, @hiowenluke, thanks for the report! I see it in the generated markup on the npm site, but the path to the PNG file hasn't been rewritten to the GitHub URL for some reason. I guess that's where we'll have to start investigating...
The following code:
<a href='https://github.com/tasjs/fac' target='_blank'>
<img width='150' src='./res/logo_icon_150.png' /><br />
<img height='60' src='./res/slogan.png' />
</a>
the 1st src is correctly parsed, see: https://github.com/tasjs/fac .
but the 2nd src is not (the image is not shown), see: https://www.npmjs.com/package/fac .
The text was updated successfully, but these errors were encountered: