So I'm not sure if this is even possible as I couldn't find anything by searching however I would like confirmation.
Is it possible to to hide the src value of the img tag? For example:
<img src="image.jpg" />
would appear as <img src="" />
or some other sort of method. Even if the user right clicks to get the image url, I don't want it being retrieved. Is this at all possible?
I don't have access to the head element, nor can I use Javascript or PHP. I can only use limited HTML tags that are accepted by Markdown.