You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On page editing, if I click on the "(+)" button in a webp image at the bottom of the page, the markdown line inserted is not for image, but for links. Like this:
[image.webp](image.webp)
It should insert an image line, like this:
![](image.webp)
I think that only adding "webp" in this function should solve the problem:
On page editing, if I click on the "(+)" button in a webp image at the bottom of the page, the markdown line inserted is not for image, but for links. Like this:
It should insert an image line, like this:
I think that only adding "webp" in this function should solve the problem:
grav-plugin-admin/themes/grav/app/forms/fields/files.js
Line 333 in d02f3a1
The text was updated successfully, but these errors were encountered: