For questions about making code appear correctly in questions, answers and comments.

learn more… | top users | synonyms

3
votes
1answer
159 views

Better help text for formatting code

I have had many troubles getting code to display correctly, until I finally figured it out after trying to edit a post so incorrectly that a special message popped up telling me that I needed 4 spaces ...
3
votes
2answers
137 views

Code formatting does not work for JavaScript

I think it used to work in the past but now code highlight has no effect on JavaScript whatsover. jQuery example: $(document).keypress(function (event) { var key = ...
2
votes
1answer
45 views

Spacing not preserved in backtick-quoted text?

While explaining the difference between ' '.join(x.split()) and ' '.join(x.split(None, 1)) in Python, I tried to use an example like foo__bar (with two spaces between foo and bar). However, with ...
2
votes
1answer
121 views

Format code block quickly? [duplicate]

Possible Duplicate: How do I format my code blocks? What is a quick way to format many lines of code for Stack Overflow? I insert all 4xNLines spaces each time one by one, and wondering ...
2
votes
1answer
116 views

Strange scroll bar in source code display

I recently asked a question on SO in which one of my code snippets had some strange formatting issues. The issues appear in the top-most code snippet. Despite a bunch of effort, I could not resolve ...
1
vote
1answer
109 views

Lion's scrollbar doesn't appear on long code boxes

Since Apple have removed the vertical scrollbar unless the user is actually scrolling, I occasionally find myself checking whether there is more code at the end of a <pre> tag. Is there are a ...
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 ...
1
vote
3answers
222 views

Stackoverflow Code Snippet starting with 'Declare' causes post submission to fail

If I enter a code snippet in Stack Overflow, starting with the keyword 'declare' like this (for some TSQL question, etc.): DECLARE @myVar int SET @myVar = ... And then click the Post Your Question ...
1
vote
0answers
58 views

Is there any chance of adding “tab character” available in the editing textbox? [duplicate]

Possible Duplicate: Have “Tab” key insert spaces when writing a question or answer When I'm writing PHP code as an answer/question on Stack Overflow, I am trying to ...
1
vote
1answer
191 views

“Inline code” button for the editor

I see bold and italics button but no inline code while it uses quite an uncommon syntax (back ticks, `` - the syntax is good, just not very obvious). It would be convenient to have this button. ...
0
votes
0answers
63 views

Markdown in comments: Inline code section does not format correctly if it contains only white-space [duplicate]

Possible Duplicate: My comment code block was not converted properly, is this a bug? When I mark an inline code section in a post, it can contain a single space if I want it to. For ...
0
votes
6answers
3k views

How do i post code in stackoverflow? [duplicate]

Possible Duplicates: How to post code in SO How do I format my code blocks? when i post code here is ends up all mangled, how do i make it look pretty? for example posting //#include ...
-1
votes
2answers
101 views

Should links be in `quotes`?

It's a minor question, but I was wondering what people think about links on StackOverflow.. Should we backquote a link that contains code, like "See printf" vs. "See printf"?
-1
votes
1answer
83 views

Bug in <code> when the line starts with #

I'm don't know if the <pre> and <code> tags are supposed to exhibit the same behavior. Part of the reason I don't know is that I can't seem to find any documentation for the ...
-4
votes
2answers
75 views

Allow the creation of links in formatted code through markdown or the GUI

As pointed out in this answer it is possible to create a link in formatted code. But, only by using explicit HTML. Since I think creating a link to documentation within a code block is a fairly common ...
-4
votes
1answer
57 views

Single line code formatting after list not working [duplicate]

Possible Duplicate: How to nest code within a list using Markdown Markdown formatting bug with code blocks in lists In this answer the first line of code in the question is being ...
-7
votes
3answers
238 views

Code formatting filter – is it really necessary?

The site can not accept an answer complaining about badly formatted code. I did all the 4 spaces thing, etc. And still after 3 hours the site did not accept my post. Here is the copy of the answer I ...

1 2 3