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

Images linked with raw=true don't render #511

Closed
KarthikNayak opened this issue Jul 9, 2020 · 1 comment
Closed

Images linked with raw=true don't render #511

KarthikNayak opened this issue Jul 9, 2020 · 1 comment

Comments

@KarthikNayak
Copy link

Expected Behavior

So when images are linked via markdown and the link ends with ?raw=true they fail to render.
Often this is added to refer to relative paths in Github: https://stackoverflow.com/questions/10189356/how-to-add-screenshot-to-readmes-in-github-repository

Actual Behavior

Images with the following syntax ![Alt text](./relative/path/to/img.jpg?raw=true "Optional Title") don't render.

Steps to Reproduce

  1. Add an image ./relative/path/to/img.jpg
  2. Create markdown a.md with ![Alt text](./relative/path/to/img.jpg?raw=true "Optional Title")

Software Versions

  • Markdown Mode: 20200622.20
  • Emacs: 26.3
  • OS: Linux
@syohex
Copy link
Collaborator

syohex commented Jul 10, 2020

I have merged #513. Please check latest version.

@syohex syohex closed this as completed Jul 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants