1
vote
0answers
54 views

My question on indentation in Emacs does not meet Quality Standards [closed]

Can someone please help me modify my question so as to meet the quality standards? I spent more then 15 minutes writing it. After initial rejection I suspected it might be because I am pasting code ...
0
votes
2answers
43 views

How to fix this coloring problem? [duplicate]

I have a question that have 5 tags, and c is not one of them. Without c tag, the code block is colorless and harder to read. Other 5 tags are way more important than c tag, therefore I cannot replace ...
3
votes
0answers
45 views

Blockquote when code sample makes one-line code difficult to read?

Just saw a question in which the OP indicates a code in plain text: find /opt/backup/test -name "*.gz" -exec smbclient -A /opt/backup/smbclient_authentication.txt //1.1.1.1/test -c put '{}' \ I ...
1
vote
2answers
41 views

Backquotes inside backquoted code in comments

Sometimes, when I write answers, I need to include backquotes as part of the code (not as formatting markup). This I can do by using four-spaced indent in the answer. However I can't find a way to ...
0
votes
0answers
21 views

Why is code pasted in one place formats correctly and pasted toward the bottom does not? [duplicate]

Here's a response I posted on SO. Notice that the code, when placed at the top, formats correctly, but when placed towards the bottom, does not.. (Seems like the formatting code does not sanitize ...
7
votes
1answer
97 views

Do backticks count as code for jsFiddle links?

According to Kevin's answer to Prevent posts with links to jsfiddle and no code: ... if you try and post to Stack Overflow with a link to either jsfiddle.net or ideone.com you'll be required to ...
1
vote
1answer
83 views

How do I move a code block to the left on SO? [duplicate]

Just wondering: Is there a key-combination for moving code blocks left (inverted tab)? shift+ tab doesn't seem to work.
-1
votes
2answers
61 views

What is the proper way to format a posts in Stack Overflow? [duplicate]

I have been using Stack Overflow for quite a while now and have edited lots of post. Each time I edit a post, I end up formatting the code parts by pressing space 4 times so that it formats the codes ...
1
vote
1answer
37 views

Formatting Returned Errors on Stack Overflow Questions

How should one format returned errors or console messages in a question on Stack Overflow? Recently I ran into a PHP question that had an error as a code block: PHP Warning: ...
2
votes
1answer
55 views

how do i format code in comments?

I added a comment to the top answer here but couldn't get the code to format correctly. I made sure I was entering the 4 spaces. The comment was only editable for 5 minutes and it now appears to ...
10
votes
3answers
112 views

How to post comment with multiple spaces in it?

I know how to do that in question or answer post. But how do I write a comment post which contains multiple spaces? I want to write this in a comment: print ("string") I tried: Using ``, but ...
1
vote
0answers
34 views

Should I format some code in the title of a question?

I always try to avoid inserting some function name (or class, method, etc.) in the title of the question, but sometimes I just can't. In those cases, how should I format the function name? For ...
2
votes
1answer
47 views

Formatting of code not possible [duplicate]

I´m not able to format the block with some C# code in this question as code. Is it cause there is a BulletList before the code block?
0
votes
0answers
40 views

New user having trouble pasting code

See Contact form only sends message but not the other fields. This brand new user originally just posted a link to a website. I posted a comment asking them to paste their code directly instead of ...
1
vote
1answer
78 views

Markdown bug with code indentation when using Internet Explorer 8 and Compatibility mode

I went to edit a C++ question to fix the code formatting but noticed that the code seemed to already be properly formatted for markdown. The syntax highliting works but every line is starting at the ...
0
votes
1answer
64 views

Bold / Italics in codeblocks [duplicate]

Possible Duplicate: Bold code in a question Allow highlighting certain bits of a code fragment or quote Am I missing something? Can one not put either bold or italics inside codeblocks / ...
0
votes
0answers
45 views

Has something changed w/ the way code is formatted in SO questions?

Reading through Reviews of first-questions in SO, I've noticed an overwhelming number of questions w/ irregular/excessive code indentations. Has something changed w/ the way copy-and-pasted code is ...
3
votes
1answer
49 views

Should I flag posts that need formatting

Having under 2k rep, how should I go about editing posts that simply failed to format their code block? By this I mean either haven't Indented the code so it is shown as a block of code, rather it ...
-3
votes
1answer
58 views

Automatic code formatter (Ctrl+K) changes content

I've recently noticed a disturbing behavior of the code formatting shortcut (Ctrl + K) that seems to be completely invalid. It appears that applying Ctrl + K resulted in content change (which was ...
-9
votes
1answer
139 views

formatting the code in Stack Overflow [duplicate]

Possible Duplicate: How do I format my code blocks? Can someone help me with formatting the question before posting it here, The editor is not allowing me to post my code. I am new to Stack ...
0
votes
1answer
101 views

How can I print R output into Stack Overflow? [duplicate]

Possible Duplicate: How do I format my code blocks? I see everybody on this website posting their R outputs from the R console into the question boxes into a nice neat format. How can I do ...
1
vote
1answer
42 views

Suggestion to fix code pasting behaviour

I am sure I am not alone in noticing this, but there seems to be unexpected gui behavior when clicking on the paste code option in questions (and answers) *not when the code is initially highlighted, ...
1
vote
1answer
53 views

Why can't I format my code in this answer? [duplicate]

Possible Duplicate: How to nest code within a list using markdown http://stackoverflow.com/a/13169659/57135 I know how to format code, but can't get it to work in this answer. Not sure ...
1
vote
0answers
123 views

Can't post question due to “Your post appears to contain code that is not properly formatted as code.” [closed]

I can not post the following question; it's my first one, and I have no idea what I'm doing wrong. I briefly checked related meta questions, but that didn't help.       I'm ...
2
votes
3answers
99 views

Way of inputting various types of information for a query/answer

The list of help related to formatting information is slightly tangled, if the Stack Overflow team device a better inputting format just by shortcuts like in Eclipse Framework, then it would be a much ...
3
votes
2answers
76 views

How to insert code in posts on devices where backtick characters are not supported?

I often use my mobile Lumia to access Stack Exchange and answer posts. The one problem I face is the keyboard on my mobile does not have a ` (backtick) character so I am not able to format text like ...
0
votes
2answers
62 views

Separating consecutive code blocks

Currently, trying to put two code blocks one after the other results in one big code block. CodeBlock1 { // Hey, look at me! } CodeBlock2 { // I'm different (but not really). } How do I ...
3
votes
1answer
52 views

Why does my answer not format correctly when using a numbered list?

I answered my own question but cannot get the answer formatted correctly. There are two issues. For one, I wish to enter a script as part of my numbered list (directly under #6). However, I am unable ...
-3
votes
1answer
32 views

What do you do if someone forgot to format there code and there isn't enough to change to submit an edit? [duplicate]

Possible Duplicate: How to overcome “Edits must be at least 6 characters”? I tried to edit an answer but I can't because "[e]dits must be at least 6 characters".
-3
votes
1answer
73 views

HTML doesn't show up in post body [duplicate]

Possible Duplicate: How do I format my code blocks? I was answering a question, and needed to include HTML in my answer, but it didn't show up. For example: I worked around it by adding ...
5
votes
0answers
101 views

Impossible to edit a question where there is too little context around the code [closed]

I'm trying to edit this question on Stack Overflow, consisting mostly of code and output trace. It lacked formatting and tags. However, I could not submit my edit because I got the following error: ...
-5
votes
3answers
130 views

Is there an easier way to paste code to stackoverflow for non-techies? [duplicate]

Possible Duplicate: How do I format my code blocks? I'm looking to ask a few questions, but, unless I want to individually indent 2000 lines of code with 4 spaces each, I'm not going to get ...
8
votes
3answers
110 views

Python syntax not highlighting

I created an answer here: http://stackoverflow.com/a/11934671/1442342 But the Python syntax is not highlighting. Does the tag python-2.7 not give a highlighting hint or have I done something wrong?
3
votes
2answers
179 views

Question repeatedly refused for unclear code-formatting reasons

I can't believe how difficult it is to post a question on Stack Overflow. I keep getting the following message: Oops! Your question couldn't be submitted because: Your post appears to contain ...
2
votes
1answer
51 views

Does Blogoverflow support code syntax highlighting?

I don't seem to see where it says that the blog engine in use supports syntax highlighting for code and the like, does the current configuration support syntax highlighting, and if so, how do I use ...
5
votes
1answer
146 views

Why can't I choose the programming language for Stack Overflow tag code?

Why is it not possible to choose the programming language when I add some code in my question/answer? I think that it's a very important feature, since every programming language has it's own distinct ...
3
votes
1answer
138 views

Formatting oddities on stackoverflow.com [duplicate]

Possible Duplicate: Code blocks don't show leading spaces in IE 9 (and 10) I'm noticing some formatting anomalies this morning. I'm running Win7, IE8, cold boot, first noticed on the ...
-3
votes
1answer
47 views

What is in the edit box is not the same as what is being shown in the browser [duplicate]

Possible Duplicate: How do I format my code blocks? I am trying to answer a question that I asked. The HTML output of the code block does not match what I have type in. How do I fix this? ...
5
votes
1answer
171 views

Code not getting syntax highlighted [duplicate]

Possible Duplicate: Why isn't syntax highlighting working in a question? For some reason, the code here is not getting syntax-highlighted. Perhaps it's a problem with my browser/cache ...
5
votes
2answers
135 views

How to ask for clarification when it requires a formatted text block?

This "answer" is not an answer in my opinion. However, I can see why the answerer resorted to this way of asking for clarification, because there is much to ask in the first place and he wanted to ...
3
votes
1answer
227 views

Code blocks don't show leading spaces in IE 9 (and 10)

Why doesn't a code block preserve whitespace in this PowerShell script? In the editor (using 4 spaces for the code block, and more spaces to indent) this looks like: But I am not seeing any ...
4
votes
0answers
193 views

Your post appears to contain code that is not properly formatted as code

Whats wrong with the following markdown? I keep getting "Your post appears to contain code that is not properly formatted as code" when trying to answer a question. And why couldn't markdown at least ...
3
votes
1answer
243 views

Syntax Highlight sometimes not working [duplicate]

Possible Duplicate: Why isn't syntax highlighting working in a question? Why isn't code coloured as it should be? I do not get it. If you look at this answer, you can see that the ...
6
votes
0answers
138 views

VB.NET code highlighting problem resurging

There is a code syntax highlighting problem which had been fixed a long time ago, but for the last couple of weeks appears again. Usually it would automatically detect that the code sample is VB.NET ...
4
votes
1answer
117 views

Why don't these back ticks format code in comment?

Here is the comment I wrote, but the back ticks do not display as code. It works in this post. How to fix? No, I got => ["this", "is", "the", "string", "to's", "split", "real", "", "ok", "", ...
17
votes
1answer
310 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
votes
1answer
63 views

Copying/pasting your code into a Stack Exchange post [duplicate]

Possible Duplicate: How do I format my code blocks? How can I easily paste code into my questions so that it displays EXACTLY as it does in my local files? I'm asking because when I try ...
2
votes
1answer
62 views

Code highlighting clarification

In this question, I have marked portion of html code and below another one. But the first code line is not being highlighted. Why are they behaving different?
0
votes
1answer
67 views

How does the code highlighting feature work? [duplicate]

Possible Duplicate: Changes to syntax highlighting Over at ServerFault we are having a community discussion about wether or not we should enable code highlighting. However we can't seem to ...
5
votes
1answer
182 views

Unable to create a question at SO: Your post appears to contain code that is not properly formatted as code

What's wrong with the following question? I get this error: Oops! Your question couldn't be submitted because: Your post appears to contain code that is not properly formatted as code. Please ...

1 2 3