Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
double-beep opened this issue Apr 21, 2019 · 1 comment

Comments

@double-beep
Copy link

double-beep commented Apr 21, 2019

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:

  • (link to imgur) isn't usually presented. Instead, there is [n], where n is a number.

  • One feature more (can be done for both cases): if the description is enter image description here, then, it should be removed (i.e. [![](link to imgur)](link to imgur)) and it should not be above the image like:

    Enter image description here:
    [![](link to imgur)](link to imgur) - should not be done

@double-beep
Copy link
Author

Chat request (original)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants