Linked Questions
48 questions linked to/from When should code formatting be used for non-code text?
-3
votes
2
answers
867
views
Should I use code blocks when mentioning framework names/technologies? [duplicate]
It can be really annoying when a post gets bloated with unnecessary formatting and I certainly want to avoid this.
However, I'm not sure about the practice when it comes to framework names or various ...
15
votes
2
answers
370
views
Is this an appropriate edit? Placing all technical term in code tags [duplicate]
https://stackoverflow.com/review/suggested-edits/23738249
My post was edited to place all technical terms such as "port 31503" and "IIS" in code tags - that doesn't seem right to me!
10
votes
1
answer
101
views
What is the correct way to handle edits where a user highlighted "names" [duplicate]
So I came across this post (edit approval) and I noticed that it had been edited in such a way that many words (apparently names/key-words) became highlighted.
Like:
Android
Android Studio
SmartGit
...
1
vote
1
answer
115
views
Should this edit that put code formatting around controls and languages have been approved? [duplicate]
When I was reviewing suggested edits lately, I come across a user who put code formatting around every language and control that is mentioned in a post. They also added white-spaces after lots of the ...
8
votes
0
answers
189
views
Why is this kind of code formatting not acceptable in Suggested Edit review? [duplicate]
I was recently suspended from the Suggested edits review queue. There were several "incorrectly handled" reviews that I understood that should be acceptable, but it turns out that it wasn't.
...
2
votes
0
answers
45
views
Trend to format keywords / product names as inline code [duplicate]
My question is somewhat related to "When should code formatting be used for non-code text?". When reviewing I have noticed the trend to edits that only format regular keywords or product names as ...
167
votes
7
answers
53k
views
Am I the only one seeing the '90s retro theme, with the unicorns and sparkles? [duplicate]
I am seeing a distinctly different Stack Overflow:
The site now has a '90s "Geocities" feel, complete with unicorns, sparkle trails, gaudy backgrounds, and <marquee> tags.
This is happening to ...
44
votes
11
answers
8k
views
Staging Ground Workflow: Canned Comments
Throughout this year, we’ve published several posts about different aspects of the Staging Ground. This post will focus specifically on canned comments that Reviewers can provide on the question. We ...
101
votes
9
answers
3k
views
Why is there no line numbering in code sections?
Many times users paste long code and those who want to refer to a specific line refer to it by its content, which can be misleading or cumbersome if the content appears elsewhere or the line is long.
...
94
votes
2
answers
5k
views
How do I make a good edit?
I would like to edit posts on Stack Overflow. How do I make a good edit that will improve the quality of the post?
Return to FAQ index
89
votes
3
answers
3k
views
How should compiler errors, linker errors and logs be formatted?
How should I format compiler errors when I want to put them in code?
Should they be in a code section:
dk2.cpp: In function 'int main()':
dk2.cpp:29:28: error: no matching function for call to '...
162
votes
1
answer
25k
views
What is syntax highlighting and how does it work?
I noticed that sometimes my code gets highlighted in different colors when rendered.
What is syntax highlighting?
How does it work?
What if my code isn't highlighted correctly?
How do I report a bug ...
58
votes
6
answers
4k
views
Proper use of the <kbd> tag
I've found that the <kbd> tag is very useful for marking up stuff other than actual keyboard keys. For example,
Menus: "Navigate to the File → Open option"
Buttons: "Press the OK button."
...
104
votes
1
answer
43k
views
How to add tables on Stack Overflow [duplicate]
I have a question on SQL which is really hard to ask without tables. I tried copying and pasting from Excel, but it didn't work. How do I paste table in Stack Overflow, so I can ask an actual question?...
39
votes
4
answers
2k
views
Is it frowned upon to use backticks around a word or even part of it to refer to some function or keyword as part of a sentence?
I'm talking about things like "you can do that by taking your usersArray and mapping it to each user's name", essentially incorporating part of the inline code into the natural flow of the ...