devilry / devilry-django

Devilry project main repository
http://devilry.org
BSD 3-Clause "New" or "Revised" License
51 stars 24 forks source link

Image link option in comment editor #1276

Closed torgeirl closed 9 months ago

torgeirl commented 10 months ago

The comment editor is currently lacking explicit support for remote images such as GIFs.

Suggested solution

Looks like the standard for markdown is ![alt text](image url "image Title"), resulting in <img src="image url" alt="alt text" title="image Title" />.

We do not want to support images with links (clickable images).

torgeirl commented 10 months ago

Added in c44686e4537ab8e1df24573f596f5df753dfac41.