2
votes
0answers
26 views

Suggested edit inserts a non-existent space in the output diff

In this suggested edit, a whitespace character magically appeared in the rendered output diff. The output diff contains a space before the dot, although the actual post (and markdown diff) doesn't ...
4
votes
1answer
58 views

Inconsistent space formatting in revisions history

On this page of edit revisions, when you view them in markdown source code, there is some inconsistency: leading spaces apparently always get converted to   but other spaces in common lines ...
1
vote
2answers
254 views

Markdown code snippets don't allow trailing spaces

I was answering a question on Stack Overflow and required to use a trailing space in one of my code snippets. I formatted it like so: `<a ` And it renders without the trailing space: <a ...
11
votes
1answer
69 views

Extra whitespace in FAQ navigation tooltips

Some of the tooltips on the navigation menu on the FAQ page have leading whitespace in them. Also, some of the items don't have tooltips at all. This is visible both in Chrome 15 and Firefox 6 on ...
10
votes
1answer
138 views

Auto-generated duplicate links don't trim titles

If a question is voted as a duplicate of a question with leading or trailing whitespace in the title, the whitespace isn't trimmed, breaking the auto-generated comment. Example (10k only)
8
votes
3answers
234 views

Empty Space at the Bottom of the Page

Why do I see this huge gap at the bottom of most pages?
20
votes
3answers
3k views

Markdown formatting bug with code blocks in lists

Have a look at the revisions of http://stackoverflow.com/revisions/1230618/list, in particular the formatting-related edit I made (edit 2). The formatted text contains spurious newlines and ...