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
Both produce HTML which includes the image class 🤔 Perhaps there's something specific to your configuration which may be causing this? Like maybe one extension is interfering with this functionality somehow?
If you could please share code showing how your Environment is set up (specifically the configuration and extensions are you using) that will allow me to debug this further.
Version(s) affected
2.6.0
Description
I tried with default attributes and also tried with attributes extensions, the class on images will not be added.
Same thing with links, classes are not added.
How to reproduce
Example:
![some image](...){: width="100" height="100" #test .image}
Output:
<img width="100" height="100" id="test" src="..." alt="some image">
The text was updated successfully, but these errors were encountered: