-
Notifications
You must be signed in to change notification settings - Fork 3k
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
HIGH: [Polish] Add support for image-only (no alt text) inline image Markdown #38952
Comments
@kidroca can you comment here and/or self-assign? (I can't assign... for some dumb GH limitation I can't explain). |
I'm not able to self-assign myself to this issue, but this comment should allow anyone with access to assign me |
The pull request (PR) for However, the existing bug with live-markdown and MD image, gets in the way here as well. While trying to submit a PR for NewDot to allow QA testing of the Markdown (MD) image shorthand syntax, I encountered the same bug (detailed in #39275) using the latest The tricky part is the resolution to the live markdown preview issue depends on a fix included in my Since testing this fix directly in NewDot is impossible ATM, I recommend integrating the |
One potential issue is that we usually use the NewDot PR to test changes, but this PR automatically closed when I synced it with I've provided detailed testing instructions in the PR, which QA can use to validate the new feature. |
Can we close this? |
Yes |
This issue has not been updated in over 15 days. @kidroca eroding to Monthly issue. P.S. Is everyone reading this sure this is really a near-term priority? Be brave: if you disagree, go ahead and close it out. If someone disagrees, they'll reopen it, and if they don't: one less thing to do! |
@kidroca, this Monthly task hasn't been acted upon in 6 weeks; closing. If you disagree, feel encouraged to reopen it -- but pick your least important issue to close instead. |
Problem:
In HIGH: [Polish] Add support for inline image Markdown we added support for
![alt text](imageURL)
syntax, which is great! However, that presumes you always have "alt text", which in my experience, is rare.Solution:
Add support for
!(imageURL)
, which doesn't use any alt text.The text was updated successfully, but these errors were encountered: