The whitespace tag has no wiki summary.
4
votes
1answer
41 views
Is there a markup for multiple spaces in code?
I would like to put a string of spaces in code in an SO answer:
ddl1.Items.Add("12 34")
Without code, I can use . In code, I cannot:
ddl1.Items.Add("12 ...
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 ...
0
votes
0answers
43 views
Allow to suggest edit with extremely large amount of whitespace characters [duplicate]
Possible Duplicate:
formatting posts
Allowing to post a suggested edit which has at least 6 characters protects the review queue from being filled with trivial one-character replacements.
...
0
votes
2answers
60 views
Should code segment edits be allowed?
There's an answer here which could benefit from the code being in a code segment, but I can't modify it because it's only whitespace characters. Even changing the "$3" to be $3 is only two ...
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 ...
0
votes
1answer
76 views
How can I put a space at the end of an inline code block?
I'm trying to put "dir " in an inline code section, and `dir ` doesn't work. When I do this, the result looks like this: dir (no space at the end).
How can I put a space at the end of an inline code ...
17
votes
1answer
309 views
Why do code blocks sometimes not “show” properly?
It's possible that this is a duplicate of this question - but if so, I don't know why, and I can't verify whether it's the case. I've got a concrete example, although only dev (and maybe mods) will be ...
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
...
6
votes
0answers
86 views
Remove trailing whitespace in languages where whitespace does not matter
Sometimes I have seen questions with a ridiculous amount of trailing whitespace. This wouldn't bother me so much if the scrollbar wouldn't appear:
cout << "Hello World!" << endl; ...
1
vote
1answer
70 views
Is there a way to prevent Data Explorer from ignoring whitespace in query parameters?
I was thinking that a query to find posts with newlines followed by end-brackets might be useful for finding posts with code formatting issues-- for example, posts that look like this:
Here is what I ...
0
votes
2answers
63 views
Copy code from answer adds spaces on the end?
For example,
when I copy a code snippet from someone's answer on StackOverflow and then paste it into Excel or Notepad there are all these extra spaces at the end of each line.
Is there anyway to ...
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 ...
2
votes
0answers
54 views
How to edit a post to fix formatting alone?
Say a user posts a question with a code block as follows:
function blah {
blah blah blah blah
blah blah blah blah
}
and I want to edit the post to fix the formatting to this:
function blah {
blah ...
8
votes
1answer
119 views
Ask A Question should remove whitespace before checking for validity of message
The inclusion of extraneous whitespace is not a likely indicator of a good question. This is evidenced by the remarks of one or more users that "I added a few carriage returns and it let me post the ...
4
votes
2answers
934 views
How can we display additional spaces using markdown?
http://stackoverflow.com/posts/6220514/revisions
Node.JS Multi-line string
I tried to make these characters: [var str = "Some \ ] show as having a space at the end without the brackets ...
7
votes
3answers
194 views
Preserving white space in comments
Since I don't think we can use the <pre> tag, is there a way to preserve white space in comments? Backticks by themselves don't seem to do it:
Using backticks:
testing extra spaces
Using ...
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)
2
votes
0answers
31 views
show whitespace when dealing with regexps
Hi,
When answering question about regexps, it would be great if whitespace could be shown in the code listing. Whitespace plays an crucial role and they are all to easy to miss and get wrong. What ...
8
votes
3answers
234 views
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 ...