Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

relative image reference in HTML is broken #782

Closed
1 task done
Jerakin opened this issue Mar 20, 2019 · 0 comments
Closed
1 task done

relative image reference in HTML is broken #782

Jerakin opened this issue Mar 20, 2019 · 0 comments
Labels
🐛 bug Something isn't working
Projects

Comments

@Jerakin
Copy link

Jerakin commented Mar 20, 2019

Description

HTML with relative image doesn't render.

I tried this to get it to render.

<p align="center">
<img src="./images/start.png">
</p>

Markdown way works fine ![start](./images/start.png)

Using absolute images works too

<p align="center">
<img src="https://raw.githubusercontent.com/marktext/marktext/master/static/logo-small.png">
</p>

(Don't think it is related to #754)

  • Can you reproduce the issue?

Steps to reproduce

  1. Add relative image in HTML

Expected behavior:
Render the image

Actual behavior:
Shows missing image behaviour.

Versions

  • Mark Text: 0.13.65
  • Operating system: macOS 10.13.3
@Jocs Jocs added the 🐛 bug Something isn't working label Mar 20, 2019
@Jocs Jocs added this to To do in v0.14.0 Mar 22, 2019
@Jocs Jocs moved this from To do to In progress in v0.14.0 Mar 23, 2019
Jocs added a commit that referenced this issue Mar 23, 2019
@Jocs Jocs moved this from In progress to Review in v0.14.0 Mar 23, 2019
@fxha fxha closed this as completed in 5400402 Mar 23, 2019
@fxha fxha moved this from Review to Done in v0.14.0 Mar 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
Projects
No open projects
v0.14.0
  
Done
Development

No branches or pull requests

2 participants