Most images that are imported from github issue appear distorted in the github pages after conversion. The issue is that images are displayed using html <img> tag instead of markdown image .
I've fixed up the existing errors in this commit, but it would be better to avoid this error by automatically converting the html img tag during conversion.
Most images that are imported from github issue appear distorted in the github pages after conversion. The issue is that images are displayed using html
<img>tag instead of markdown image.I've fixed up the existing errors in this commit, but it would be better to avoid this error by automatically converting the html img tag during conversion.