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
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
The text was updated successfully, but these errors were encountered:
I have come across many posts where people inserted their images with the format:
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:
where the image is clickable.
It is well known that Magic Editor replaces:
[description](link to imgur)
with:
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]
, wheren
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
The text was updated successfully, but these errors were encountered: