We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Markdown linter marks the resized images as not properly written. If I take the official example:
For example: ![](https://i.imgur.com/zy4JDY4.png =50%x)
I'm getting the MD034 issue visible in the GUI.
Provide steps to reproduce:
![](https://i.imgur.com/zy4JDY4.png =50%x)
No linter issues in proper Markdown code? Is ![](https://i.imgur.com/zy4JDY4.png =50%x) the proper Markdown code?
i saw the following syntax for making images smaller:
![Kali Linux](https://user-images.githubusercontent.com/45159366/128566095-253303e2-25d8-42f1-a06d-0b38ca079a1a.png){:width="600"}
... which looks like "valid" markdown ...
I use HackMD on:
Desktop
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is this a hackmd.io issue?
What's the problem
Markdown linter marks the resized images as not properly written.
If I take the official example:
I'm getting the MD034 issue visible in the GUI.
Current behaviour
Provide steps to reproduce:
Expected behaviour
No linter issues in proper Markdown code?
Is
![](https://i.imgur.com/zy4JDY4.png =50%x)
the proper Markdown code?i saw the following syntax for making images smaller:
... which looks like "valid" markdown ...
Environment
I use HackMD on:
Desktop
The text was updated successfully, but these errors were encountered: