Formatting is the process by which content is stylized and laid out for improved user experience.

learn more… | top users | synonyms (1)

208
votes
190answers
15k views

Formatting Sandbox

As per Jeff's suggestion here in the comments. You can use this question as a formatting sandbox (if you can edit Community Wiki questions) and you can post answers if you want to test out formatting ...
0
votes
0answers
37 views

Italic formatting not working [duplicate]

I have used italic formatting using asterisks quite often. Today I was posting this answer and noticed that it's not working any more. I tried both with asterisks and underscores, inside and outside ...
103
votes
6answers
31k views

How do I format my code blocks?

How do I post text so that it is formatted as code? What do I need to do so that my code shows up properly—not escaped or removed—when posted? And how to get the correct syntax ...
31
votes
4answers
3k views

How to nest code within a list using Markdown

Oftentimes, I want to include code samples in a list, for example: Item One Item Two, for example: private bool ItemTwo() { return this.IFeelLucky; } Item Three The problem is that there isn't ...
3
votes
1answer
148 views

Code formatting (grave accents) doesn't work properly in comments

If we have some inline code, marked up with grave accents, it works properly in the question body, even when there's something right after the accent: Examples: I want to find Nth character in a ...
-6
votes
2answers
156 views

Collapsible text blocks in questions/answers [duplicate]

Sometimes when writing answers on questions, I feel the need for a collapsible block of text or even code part. The system already supports a lot of markup things like blockquotes, code snippets, ...
0
votes
0answers
25 views

Minor formatting issue on inserting an image into a post [duplicate]

When I use "insert image" button while editing a post, the pop-up has a slight formatting issue in some browsers. For example, here's how it looks in Firefox on Linux: Note the "Browse" button ...
0
votes
1answer
45 views

IE9 Questions page user reputation does not display correctly

When looking at the StackOverflow questions on the question page in IE9, this is how the user reputation is displayed (This works fine in Firefox):
3
votes
3answers
75 views

Best way to inspire new users to improve the formatting of their posts

It's my habit to edit and improve the formatting of any post which is not formatted well. Specially I edit new users' posts so they can inspire from that and format their future posts well. I just ...
-10
votes
2answers
163 views

Turn off Markdown formatting

Markdown formatting makes easier to write good looking questions and answers, but sometimes people use ASCII art (like above) to create tables or other symbols to make their question/answer more ...
0
votes
1answer
76 views

Stricter <kbd> formatting; disallow JSFiddle links and other non-kbd content from the <kbd> tag

Firstly, I've seen a few people using <kbd> tags to emphasise JSFiddle demo links, which goes against the W3C specification: The kbd element represents user input (typically keyboard input, ...
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 ...
75
votes
10answers
1k views

Adding support for math notation [duplicate]

Every once in a while I miss having the option to write some LaTeX math on SO. E.g. when talking about automata. I'm certainly not the only one. And I think the person answering this question would ...
2
votes
1answer
116 views

Code formatting bug for Bash scripts with array size expression

The bash script line: for ((i = 0 ; i < ${#v1parts[@]} ; i++ )); do doesn't format properly. The # is incorrectly interpreted as the beginning of a comment.
7
votes
0answers
44 views

Bold/italics inside link uses too many *'s [duplicate]

Consider a post like this: It's called a [Horizontal Rule][1]... [1]: https://developer.mozilla.org/en-US/docs/HTML/Element/hr If I wanted to italicise the H and R, I'd change that to: It's ...
6
votes
2answers
63 views

How do I include backtick ( ` ) characters inside of an inline code block on this site?

How do you write a backtick character inside of an inline code block? Given the following SQL which requires backtick characters: $sql="SELECT * FROM `my-table` LIMIT 1"; When I try to write it in ...
22
votes
2answers
2k views

Alternative to backtick escapes for non-US keyboard?

Guys I have problem. Maybe it's a duplicate but I can't find a solution with the search engine here. I'm not using an US keyboard so I do not have backtick escapes. The problem for me is not when I'm ...
4
votes
0answers
28 views

IE9 formatting issue when editing question

I was editing a question earlier on SO in IE9 and while adding tags, this is how it appears.
2
votes
1answer
59 views

Italic not working when using underscore [duplicate]

See this post: http://stackoverflow.com/a/15223503/475125 The format being used: *note: file_get_contents required link.* Interestingly, this works fine: note: file required link. which makes it ...
2
votes
0answers
64 views

Dollar Sign corrupts list of questions (may be latex related)

During the discussion of Dollar Sign corrupts question we determined that $ needed to be escaped on sites that have LATEX enabled. However, when escaping multiple $, we found that initial \$ was ...
1
vote
0answers
33 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 ...
7
votes
0answers
46 views

Add backtick character to mobile stack overflow

The code formatting character, backtick, is (at least on my phone) extremely difficult to get on phone keyboards, if it's accessible at all. Yet this character is needed constantly when leaving a ...
5
votes
1answer
126 views

Dollar Sign corrupts question

In http://robotics.stackexchange.com/questions my question (Which is easier/cheaper: Hbridge vs ESC for controlling a motor?) contains a "$" in a quoted section of the question. Originally I had a ...
25
votes
1answer
245 views

Can the color of visited links be changed on the mobile site?

When browsing the mobile Stack Overflow site links are displayed in a reddish tone. This is a good contrast to the text color. But whenever a link was visited it gets the very same color as the ...
1
vote
1answer
75 views

The user information is cutoff in the answer/question revision page?

http://superuser.com/revisions/51758/list Here is a quick example of a revision list. I noticed that on the right hand side with every edit, the user names are there, but their rep/badge count is ...
1
vote
1answer
103 views

CODE format: can I avoid colourisation _and_ italicisation?

There seems to have been a recent change, whereby all text highlighted using the backtick formatting has acquired a colour background. This is fine in a code block but irritating when the format is ...
2
votes
0answers
59 views

Stack Overflow formatting problems

When I visit the stackoverflow.com home page everything seems to work correctly. In particular: when I use the mouse to hover over my userid on the top line of the page a popup showing reputation ...
-28
votes
3answers
394 views

How does Downvoting affect the other users

A new user logs into their account, with lots of enthusiasm posts his first question in the community. Being unaware of format regulations, the user might make mistakes. Also, the enthusiasm might ...
-5
votes
1answer
118 views

Paragraph length-limit

I see one-paragraph questions (normally asked by new users) around here all the time. To be clear, I'm not talking about one short paragraph like here. I'm talking about one huge paragraph that could ...
-8
votes
2answers
88 views

Option to highlight the gist of the question

There's a problem I've encountered a couple of times on different SE sites. I have a complex question that requires a bit of context to ask. So I write a detailed post explaining my question, and then ...
1
vote
3answers
87 views

How do we bold AND italicize text?

To bold, you put two asterisks (**) around the block, and to italicize, you put an underscore (_) around the text. There is a problem (bug?) is if you want to bold and underline text. Common sense ...
3
votes
1answer
55 views

Allow bold text in inline and block code formatting [duplicate]

I would like to suggest a feature change with text formatting. There have been several instances where I would like to point out something in someone's code. It would be much easier to do if text ...
23
votes
2answers
4k views

How do I escape a backtick in Markdown?

How do I escape a back tick within a code block? This is probably a duplicate, since I'm sure it's a common concern, but I can't find a question that addresses this specifically. How do I write ...
48
votes
4answers
483 views

Inline Code Spans should not be used for emphasis, right?

When reviewing Suggested Edits on Stack Overflow, I often come across "fixed formatting" suggestions that use inline code spans to place emphasis on certain keywords, but isn't actual code. For ...
2
votes
0answers
33 views

Minor markup issue on badge winner pages

I've noticed that on the SO badge pages ("Recently awarded to") where moderators are among the winners, there's a slight mark-up issue whereby moderators aren't lined up properly (don't adhere to the ...
4
votes
1answer
135 views

Search queries in quotes that contain certain words are ignored in the results' excerpts

In the first result, "test this" appears later in the question, and is not displayed. In the second result, "test this" appears in the excerpt, since it's already in the excerpt from the unquoted ...
10
votes
3answers
147 views

Autogenerated links truncate a final closing bracket [duplicate]

Possible Duplicate: URL detecting error with address like “http://en.wikipedia.org/wiki/Octet_(computing)” If a link ends with a closing bracket, the auto-generated link doesn't work. This ...
20
votes
6answers
854 views

Style guide for questions and answers

Recently I saw a question title of "combine 2 resultset". I think the community deserves nicely written and formatted content. I guess this would require just ten more seconds from all of us. ...
45
votes
2answers
264 views

Give some love to the Bounty tool

The beautiful bounty tool allows me to specify up to 3,000 characters in my optional custom message at the end, so I laid out a beautifully formatted message with line-breaks... the full works. It ...
0
votes
0answers
42 views

Accept rate formatting is asymmetric (minor)

The style used for accept rate is not symmetric. High: Green + bold Med-high: Green Medium: Grey Med-low: Orange Low: Orange I think it would make a bit more sense for the "low" category to be ...
6
votes
1answer
49 views

How to get consecutive numbers in an interrupted list?

How can i format my questions/answers so that i get consecutive numbers when a list is interrupted? All of my numbers start with 1 even if i set them manually to 1,2,3. Have a look at my recent ...
64
votes
5answers
2k views

Latex in Stack Overflow?

mathoverflow has an awesome engine where you can embed Latex in questions, answers, and comments. Can we get something like this going in SO? I think it'd be appropriate as I at least pretty often ...
-1
votes
4answers
331 views

Highlighting technical words?

Is it advisable to use the code-block for inline-code like DataGridView or WinForms.Webbrowser? eg: Windows Forms Webbrowser Full history Some Mods also do it: Null Pointer exception in C# ...
1
vote
1answer
66 views

Is it a good practice to add code brackets to technical terms? [duplicate]

Possible Duplicate: Highlighting technical words? Is it a good practice to add code brackets to Classes or Technical terms when asking or answering questions? Ex: "Put the String in the ...
33
votes
6answers
357 views

View code in new window

When a code snippet is long enough to prompt scrolling (especially horizontal scrolling), it would be helpful to offer a link to view the code snippet in a new window. I'm thinking that the link ...
43
votes
9answers
1k views

Bold code in a question

Frequently when I ask a question I have to include quite a bit of code for reference purposes. It would be nice to be able to bold the important lines in the code. For example this code: ...
3
votes
1answer
39 views

Misplaced code tag in edit revision differences

The differences shown for revision 2 of this edit revision summary have a misplaced </code> tag, possibly related to the replacement of a code span adjacent to another code span. As a result, ...
1
vote
1answer
38 views

Search results unusable when query includes tagged and untagged text [duplicate]

Possible Duplicate: Stackoverflow search results appear on top each other When I search using any tagged string along with an untagged string, I get this: Same issue occurs in ...
0
votes
1answer
73 views

Use different quote styles

Very often, I find the need to use different quote styles in my answers. Typically, I want to be able to quote the question but also external documents. For example, in this answer, I would have ...

1 2 3 4 5 7