-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Markdown image paste regressions #31230
Comments
Both issues indicate there is some processing that works on |
Can confirm above suspicion, there is transformImage which apparently is never applied on user-supplied |
Yeah so this is no easy fix in backend because Line 399 in aace3bc
|
Actually it is a regression. No matter how markdown / img work, as an end users:
I do not care about
As a developer, I think there is an undefined / unclear behavior for the embedded |
-> Make pasted "img" tag has the same behavior as markdown image #31235 |
At least Firefox has the built-in on all images "Open image in new tab" 😉 |
Fix #31230 --------- Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
…ea#31235) Fix go-gitea#31230 --------- Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Regression of Downscale pasted PNG images based on metadata #29123 :
/attachments/<GUID>
. Using a configuration in which the Gitea application is served on a subpath of the domain name, for example:https://domain.name/git
the image is not rendered.The text was updated successfully, but these errors were encountered: