SO-Close-Vote-Reviewers / UserScripts

Various user scripts that add features to the review queue or to the chat room
Other
57 stars 41 forks source link

Replace ![description](link to imgur) with [![description](link to imgur)](link to imgur) #161

Open double-beep opened 5 years ago

double-beep commented 5 years ago

I have come across many posts where people inserted their images with the format:

![enter image description here](link to imgur)

I don't really know why they did it, however, my best guess is that this was the way Stack Exchange used to insert images.

This is not good however. If the images needs to be zoomed, then the Stack Overflow page is not suitable for this. They must go to imgur and zoom. This is done by using the following format:

[![description](link to imgur)](link to imgur)

where the image is clickable.

It is well known that Magic Editor replaces:

[description](link to imgur)

with:

Description:  
[![description](link to imgur)](link to imgur)

It would be great to do it, also when ! is present.

Some additional notes:

double-beep commented 5 years ago

Chat request (original)