The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
3answers
113 views

How do I escape the hash sign (#) if I want to use it in the section title?

In this SO answer, I wanted to use the header Script component code in C# using the section title. However, the markdown syntax removed the hash sign (#) and it currently displays the text as Script ...
0
votes
1answer
66 views

\\ while typed in comments

I see that when I type a double backslash (\\) in a comment on Stack Overflow, it prints only a single \, escaping the \ character. Is escaping this character necessary in the comments section?
5
votes
0answers
79 views

Improper query escaping in the return URL after logging in

Something is causing my query search [javascript] -[php] votes:0 is:question to turn into javascript -php votes:0 is:question after signing in. Steps to reproduce: Make sure you are not connected ...
10
votes
1answer
99 views

Needless escape of ampersand in SO flair

There seems to be a minor but annoying issue with flair generation on SO. I noticed that the tooltip displayed when I put the cursor over my flair says: profile for Tom at Stack Overflow, ...
21
votes
1answer
173 views

Hover text for the moderator-only-tag explanation is improperly escaping the ♦ symbol

Hover text for the moderator-only-tag explanation is improperly escaping the ♦ symbol: This happens on all Meta sites which have this explaination, including MSO, per site metas, Stack Apps and ...
7
votes
0answers
65 views

Link validator incorrectly marks ampersands as broken links

We just got crawled for broken links for the first time, and many of the links are of the format ...
9
votes
3answers
352 views

How do you type a single backslash, code-formatted, in a comment?

Is there a way to type something in a comment that renders like this? You'll need to escape it with a backslash - that is, the \ character. I've tried various combinations, but a single ...
12
votes
0answers
79 views

Multicollider breaking HTML entities

The multicollider seems to have taken upon itself to partially escape apostrophes and break itself: Code behind it: The actual comment (with code): Minor, but it's still a bug. OK, it's more ...
12
votes
1answer
68 views

Visit meta links are incorrectly escaped

I hope I have my terminology right with escaping and whatnot. The quotes in the title are displaying as " rather than ", if the image doesn't make it too obvious. The slug is also ...
7
votes
1answer
70 views

404 Error on page redirection after creating an account - slashes in URL escaped

I was on a question on apple.stackexchange.com, and decided to create an account because I wanted to give it an upvote. So I: Clicked "login" at the top Clicked the Google button Allowed Google to ...
3
votes
0answers
104 views

Improper escaping on edit summary when editing an old revision

See revision #3, which I started editing from the "edit" link on revision #1. I wrote "it's" but "it's" is showing up. Possibly the input is being over-escaped? EDIT: here is another example ...
4
votes
1answer
600 views

Escaping the Underscore Character to Avoid Unwanted Italics

I was just answering a question on SOF where I typed App_Code blah blah blah App_Code into the answer. Markdown interpreted the two underscores as beginning and ending some italicized text, ...
4
votes
2answers
129 views

Return URL is broken for escaped characters

Another one about special chars in URLs. Easy reproducing steps: Go to the C# tag page Log in if you're logged out or log out if you're logged in. You're now returned to the C tag page Gets ...