All Questions
17 questions
12
votes
0
answers
258
views
Url protocol should not be required for image links
It is possible to write links without specifying the protocol, in this manner:
[This is a reference-style link][some-link]
[This is an inline-style link](//stackexchange.com)
[some-link]: //...
4
votes
0
answers
63
views
Image not showing up after posting C++ resource.rc code
Here is how the markup code looks like in the post:
Posting two linebreaks in HTML fixes the broken image.
The final result does not look bad, but there are too many line breaks:
Here is my ...
3
votes
1
answer
52
views
Is inserting images broken?
I was trying to edit a fresh user's post to include the image in the post.
So I clicked on edit, then at the appropriate position CTRL-G, switched to "paste" and inserted https://i.imgur.com/lT8q3Ks....
5
votes
0
answers
51
views
Image uploads from the editor strip preceding line breaks
Recently, using the image uploader in the post editor has starting stripping preceding line breaks; placing the image directly after any previous text instead of at the current cursor position. This ...
1
vote
1
answer
47
views
Fix the duplicated markup for embedded images
Some time ago (I want to say around the time that new profiles were rolled out on Stack Overflow), I noticed a bug appeared in the post editor, and it has persisted to this day.
When you want to add ...
2
votes
0
answers
53
views
Image in a quote in a bullet list
How do I correctly add an image in a quote in a bullet list in Markdown?
I tried this:
* Bla
> ![enter image description here][1]
But when the image is too wide, it doesn't scale properly:
As ...
0
votes
1
answer
56
views
Putting an image twice in a post affects the first one
This is an image at large size:
It doesn't look large, but I can assure you it is, because it's under this URL: https://i.sstatic.net/0Vajul.jpg
This is the same image again, but an added 's' before ...
1
vote
1
answer
96
views
Image alt text render error when using link (with final rendering different than preview)
When you declare an image the usual way it works:
![alt text][1]
With links as alt text it works as well:
![http://x][1]
But when you use a - before a link:
![- http://x][1]
It does not render ...
2
votes
0
answers
38
views
Adding an image removes number-only links
How to reproduce (tested on StackOverflow and SuperUser):
Click "Ask question"
Enter text containing one or more numbered links, e.g.
StackExchange-based websites ([1], [2]) are great, because ...
...
34
votes
2
answers
1k
views
Markdown links and images are producing incorrect HTML
The problem appeared recently.
Images and links are not displayed correctly.
26
votes
2
answers
365
views
Putting things in <kbd> tags allows one to get outside the question border
Here is an example (2 image / 2 kbd):
Here is another example (2 images / 1 kbd):
Here is yet another example (A lot of stars in a kbd):
*************************************************************...
9
votes
1
answer
345
views
Image markdown breaks if the alt text contains a URL
Including a URL in the alt text for an image breaks it, as long as the URL is preceded by a space:
Normal image
![Alt text](https://cdn.sstatic.net/Sites/stackoverflowmeta/img/logo.png)
Broken ...
3
votes
1
answer
437
views
Angle brackets in image alt texts should be auto-encoded
For example if I try to link like this:
![image][1]
It looks like this:
But if I try this:
![image>you][3]
It ends up jumbled:
Ha!
It seems as I have broken the html.
This should be fixed if ...
17
votes
3
answers
3k
views
Does the spoiler markdown work on images?
In an answer, I tried to use the spoiler markdown to hide an image. (It wasn't offensive, but it was unappetizing which seems worthy of hiding on Seasoned Advice.) But the image seems not to be ...
4
votes
2
answers
1k
views
Markdown image alt-text is not escaped, resulting in the image not being displayed
I was editing here.
Problem #1: the curious behavior of images with angle brackets in the alt-text
Post content:
![figure demonstrate the use of ->][1]
[1]: https://i.sstatic.net/sUIH0.gif
Post ...
15
votes
1
answer
216
views
Eeeek! Why is this image disappearing while embedding it?
I'm trying to make the image in this post clickable.
So I follow these instructions:
[![alt text][1]][2]
but .... Eeeek! The image disappears! This also doesn't work:
[![alt text][1]](https://i....
0
votes
3
answers
172
views
Adding image links seems to randomly not work?
I asked Making the YUI TestLogger show only tests that fail? on Stack Overflow, and added an image from my Blogspot account. When I edit the question I can see the image, but in the final question the ...