Tagged Questions
1
vote
2answers
77 views
Code block is not changing colour [duplicate]
I was trying to edit this question but I could not edit the code block using the normal Ctrl+K method. The code would not format properly, it stayed clumped together even after I applied Ctrl+K. So I ...
2
votes
2answers
58 views
Why don't these equations display as code formatting?
In this question:
Formatting a txt file of equations into the same format and then manipulating them for linear algebra calculations in Python
The three lines from the 'txt' file with three ...
1
vote
1answer
47 views
left angle bracket in pre tag explodes formatter
I was trying to move the text in between the tables out of the code block in this question, but the preview refused.
I have a table that has ID and ParentId, I would like display each ID with its ...
4
votes
1answer
91 views
Single code formatted space ` ` works in questions and answers but not comments [duplicate]
It's annoying that on stack overflow ` ` works fine in questions and answers but not in comments, to produce a single code-formatted space.
Edit a few days later
Actually my question appears to be a ...
6
votes
1answer
122 views
What is Wrong with Code Formatting
All, I have noticed that all the code formatting for questions or answers new or old is 'flat'. That is all indentation of the code is gone even when the code has the required four-spaces allocated at ...
6
votes
1answer
109 views
Xcode-snippets make code look like its inside a comment
When asking questions on SO that involve Xcode code-snippets, the syntax is to use a #, which makes the code look like it's inside a comment. For example this Xcode standard snippet for looping ...
2
votes
0answers
65 views
Code block prefix text, like `visible`
Recently I have repeatedly encountered a bug with the Markdown code block button. I’d usually select some block of code and click the button to make it indent by 4 characters and everything works.
...
2
votes
0answers
71 views
Stack Overflow fails to format the code in this answer [duplicate]
Stack Overflow seems to fail to format the code I posted in this answer:
http://stackoverflow.com/a/15485942/352672
I added extra new lines so at least the lines can be distinguished. If you ...
4
votes
1answer
56 views
Possible rendering bug for code in markdown
I was traveling stackoverflow, when I've encountered this question and at the very end of it:
I thought ok, maybe somebody just forget to write return primes; }, but it appears it is written in ...
6
votes
1answer
91 views
Code not formatted as code [duplicate]
I answered a question in StackOverflow. Soon after, I added code to the answer. After a few more edits, I copied some of the code and pasted it at the end, made some modifications, and it's part of ...
0
votes
1answer
74 views
What is the reason that my code is badly formatted? [duplicate]
I would be grateful if someone tell me what I did wrong when posting my answer.
As you may notice the code is not formatted.
Edited:
@meta.michael said that there are no line breaks in my code, but ...
1
vote
0answers
34 views
Flag Review queue doesn't wrap post text in expanded format
10k users have access to another set of queues, where they can see some of the flags, close votes, comment wars etc.
Posts are by default shown in a collapsed format, with no formatting enabled (no ...
2
votes
2answers
49 views
Comments don't highlight spaces in code over newlines
I recently noticed that comments don't highlight spaces over newlines in code blocks.
For example, I posted a comment containing ", ".join(), and then, when displayed, it looked like this:
As you ...
2
votes
0answers
36 views
Code Sample Editor not handling '\'
This is my first question here. Couldn't find an answer.
I found that the Code Sample Editor cannot handle '\' in stackoverflow website. Here is my answer to a question and you could see formatting ...
0
votes
1answer
127 views
No evidence of code included in a question
I've come across a situation where a question had actually some code along with it, but because the OP didn't add any indentation, I didn't realize it.
There are two reasons why I brought up this ...
4
votes
0answers
43 views
Code formatting instructions are incomplete
The code block instructions say
To create code blocks or other preformatted text, indent by four spaces:
but it fails to mention that you also need to have a blank line before the code block as ...
0
votes
1answer
97 views
Python formatting on iphone
Python depends on formatting (new lines and indentation); it's part of the language.
However, the code markup in the editor messes with the formatting, sometimes incorrectly displaying multiline ...
-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 ...
4
votes
2answers
119 views
Code button no longer unindenting like it used to?
As well as slightly different images for the vote counts on question the SO questions pages, the code button in the question editing doesn't seem to be unindenting like it used to do.
Is it just me, ...
11
votes
0answers
103 views
Would be possible to enable syntax highlighting for answers on stackoverflow.com/revisions?
Short story:
Compare the question revision against the answer revision. Answer revisions have no syntax highlighting.
Long story:
Have a Q&A with some code, for instance this favorite one
Now ...
1
vote
1answer
76 views
Language hints for quoted code
In this post I tried to add language hints for syntax formatting to code blocks quoted from the question. However, it seems they won't be honoured if I write them as a comment in my own part of the ...
-3
votes
1answer
40 views
Bug in submitting post with numeric ordering [duplicate]
Possible Duplicate:
Code block is not properly formatted when placed immediately after a list item
I tried the following post:
My application allows the user to take a picture in the ...
1
vote
0answers
20 views
Square brackets in inline code in comments [duplicate]
Possible Duplicate:
My comment `code block` was not converted properly, is this a bug?
Writing either
` [ ]`
or
` \[ \]`
in comments doesn't appear to result in any inline code style ...
0
votes
0answers
35 views
Code formatting broken? [closed]
I just answered this question, and after I posted it I noticed that all the indentation had been stripped out.
All of the indentation was done using spaces, but anything other than the initial four ...
0
votes
2answers
53 views
Code blocks not formatted depending on surrounding context [duplicate]
Possible Duplicate:
Code block is not properly formatted when placed immediately after a list item
I was just submitting a new answer to an old question on Stackoverflow and noticed my code ...
0
votes
2answers
27 views
Code formatting when putting in #'s [duplicate]
Possible Duplicate:
Code block is not properly formatted when placed immediately after a list item
Okay, so if I'm posting a code block after a number, the formatting doesn't work. If you ...
2
votes
0answers
60 views
Code indenting just appears to be broken here [duplicate]
Possible Duplicate:
Code blocks don’t show leading spaces in IE 9 (and 10)
I was trying to edit this person's post. All the spacing is there but it is ignoring all my spaces and indenting. ...
2
votes
2answers
102 views
Missing indentation for source code on IE7
The source code displays for StackOverflow.com are not being displayed with any indentation when viewed with IE 7. Cut-and-paste to a text editor works okay, adding the necessary spaces for ...
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 ...
1
vote
1answer
71 views
Language parser/detector going wrong
When inserting a code sample the language is automatically detected. However, there seems to be a problem.
This question for example, has VB code but instead of parsing comments (starting with ') as ...
3
votes
1answer
94 views
Why does indenting this code 4 spaces not work? [duplicate]
Possible Duplicate:
Code block is not properly formatted when placed immediately after a list item
I wanted to have this code in my post, and I indented things by four spaces. As you can ...
2
votes
1answer
163 views
HTML form tags in code blocks are actually rendered in Opera Mobile [closed]
When viewing PHP - Submit button does nothing in Opera Mobile 12.00, the
<form method='post' action='http://cogameservers.com/home/contact'>
Email: <input name='email' type='text' ...
4
votes
2answers
261 views
Stack overflow won't let me post code, I don't have proper “formatting”?
I was trying to answer a coding question in java, I had some code and used <pre><code>, put my code in, then typed </pre></code>. I then came across this error when trying to ...
10
votes
1answer
148 views
“sql-server” type tags not defaulting to SQL-lang for the code editor (prettify)
I know how to override the language chosen, and I believe that the chosen language is driven by the tags. I'm not asking for So if a question is tagged C#, and I want to post a SQL Server stored ...
1
vote
0answers
37 views
Stack Overflow code rendering bug [duplicate]
Possible Duplicate:
Answer Layout Bug in IE9/Chrome - Footer Encapsulated In Code Block
I was asked to post here because of a engine bug rendering a code snippet. My answer appears cut off ...
6
votes
1answer
153 views
Language: lang-none adds unwanted line breaks
The <!-- language: lang-none --> hint seems to add unwanted line break after each line.
Without the hint:
code line;
another line;
more;
lines;
With the hint:
code line;
another line;
more;
...
-5
votes
1answer
104 views
Four space indentation doesn't format as code immediately after newline
The next line is indented by 4 spaces and should appear as code:
This should appear as code
Picture of issue:
Possibly related to this issue?
1
vote
1answer
215 views
Bug in “Your post appears to contain code that is not properly formatted as code” heuristic
I have found a bug in the quality filter or Markdown engine on
stackoverflow.com. The following examples are correctly rendered by
the Markdown engine, but are rejected by the quality filter on SO.
...
13
votes
1answer
122 views
Useless escaping in chat codes
When someone posts a rather long code fragment in chat it is shortened and a link to a separate page is created. The linked page is send as text/plain. But the code is escaped as HTML.
This makes the ...
-5
votes
1answer
164 views
Why does code sample just so … three dots? [duplicate]
Possible Duplicate:
How do I format my code blocks?
I've added a code sample to SO, which consists of just divs. I highlight the code area using the toolbar button. It is showing up as ...
4
votes
0answers
28 views
Code formatting slightly broken in lists? [duplicate]
Possible Duplicate:
Inconsistent padding of inline code
I just discovered, that in regular paragraphs, padding is applied to Code Blocks, whereas in
... lists, there is no padding.
This ...
0
votes
0answers
104 views
Single quote at end of line caused validation failure on post to stack overflow
I was trying to post a question, where one of the lines looked like:
Build-5679'
And I was informed that I had improperly formatted code.
Removing the ' fixed the problem.
Perhaps a bug in the ...
2
votes
0answers
37 views
Problem with code formatting in numbered lists [duplicate]
Possible Duplicate:
How to nest code within a list using markdown
Is there any way to use SO's numbered list implementation to render this answer? I played with this for quite a while and ...
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
...
3
votes
1answer
122 views
Why did both the unformatted code and code dump filters fail on this question?
The question: Where i did the error? (Php + soap with ws-*)
The first revision is a code dump, but formatted ... oddly, with newlines inserted at strategic places. It's as if the user was trying to ...
0
votes
3answers
55 views
Bug in online editor with xml?
Recently I was answering question with something like this ...
In the xml file you want to link to your style.xslt use
<?xml-stylesheet type="text/xsl" href="style.xslt"?>
I had to ...
20
votes
1answer
154 views
Please expand the “you only posted code” filter to consider backticks
It recently became more difficult to post questions from newer users that are composed mostly of code.
It looks like you can simply use backticks to format text as code to bypass this restriction. ...
3
votes
2answers
93 views
How to escape asterisks, so they don't change font face/colour?
I typed an answer recently, and I used a code block where I had to use a double asterisk:
<exclude>
<pattern>src/main/**</pattern>
</exclude>
The text following the ...
5
votes
1answer
97 views
Code is incorrectly wrapped when applying blockquote style
Often, I embed code snippets from other sites as actual block quotes (together with their explanation).
Expected result
Let's take this absolutely nonsense example. I want to see this output:
If ...
1
vote
0answers
67 views
Syntax highlighting for Python not working properly [duplicate]
Possible Duplicate:
Python's “//” operator treated as a comment
I noticed in one of the answers to my question
How to iterate over Unicode characters in Python 3?
that the ...

