marky-markdown
marky-markdown copied to clipboard
image src is parsed error
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 .
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...
How typical. This was a mistake on my end. 🙄 Submitted a PR.
That's great! Thank you @revin .