Formatting is the process by which content is stylized and laid out for improved user experience.
1
vote
1answer
105 views
Allowing single newlines?
Hi all..
Why is it that you can't do single-newlines? More often than not it bothers me not to be able to do so. Are there any reason it's been disallowed in the first place?
1
vote
3answers
72 views
Grey/fade out closed questions (like questions with ignored tags)
Could the closed questions be grayed out like questions with ignored tags, so that when you open up the default page of SO or a SE site, they attract less attention?
Related but not identical:
Would ...
1
vote
1answer
197 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.
...
1
vote
4answers
1k views
How do I add code when replying to questions on Stack Overflow?
I know the answers for many questions but I can't reply because I don't know where to paste the code.
1
vote
4answers
346 views
Line numbers in code [duplicate]
Possible Duplicate:
Why are there no line numbers in the code listings?
Hi, Should not there be line numbers with the code samples in questions and answers? it makes it easier to refer in the ...
1
vote
3answers
225 views
Formatting: How to link to an answer on stackoverflow from a question
I would like to link to an answer in my question. Is there an elegant way to do so?
I'm looking for something like the tag short link (applied to answers):
mamp
and not something similar to this
...
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 ...
1
vote
3answers
270 views
How can I convert a link to a SO-safe link?
I am trying to post this link
http://en.wikipedia.org/wiki/Tarjan's_off-line_least_common_ancestors_algorithm
on StackOverflow, and it doesn't get linked because of the '.
How can I convert it ...
1
vote
1answer
69 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 ...
1
vote
1answer
142 views
How to properly enter a newline in post text boxes
Should textarea boxes, like the one just I entered this text in to post, have a method to add a newline?
For instance, if I press enter once, the text does in fact have a newline in the text box ...
1
vote
3answers
93 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 ...
1
vote
1answer
91 views
Is there a way to ensure typographer's quotes in SE posts?
None of my posts have "typographer's" quotes in them, yet I read that they are the standard for SE, and have had them corrected often by other contributors.
I assume my browser (Safari) is doing ...
1
vote
1answer
97 views
What is the preferred way of formatting log file-like output?
I recently added this question on SO, which contained a large chunk of log file output. I found it most readable when I formatted as code:
LOG: User = eggtech024-PC\eggtech024
LOG: DisplayName = ...
1
vote
2answers
126 views
Is there an accepted way to format “expected output” in a question?
In this question the OP included a snippet of expected output (the order of some values in a hashmap).
I thought this would be best formatted as a plain single-spaced list with no numbering, bullets ...
1
vote
2answers
113 views
corrupted `code` formatting after posting new question (on SO)
it happened to me few times lately that after submitting new question the formatting of inserted code was corrupted. I am 100% sure that it looked ok at the time I clicked Post Your Question button.
...
1
vote
1answer
22 views
Format of review history
The current format of showing review history works fine without bug. But, we should intend to change the format of that page to add some more precise.
We are showing the reviewer name in the review ...
1
vote
2answers
253 views
Formatting bug with strikeout
I tried strike out several paragraphs of text by using a single pair of <s> </s> tags wrapping all of the text; but only the first and last paragraphs were struck out.
...
1
vote
1answer
101 views
Is there a way to change the color of text in a question?
I just asked this question: SSRS 2008 partial string formatting. The first answer I got totally missed the point of the question (that answer is now deleted).
I think my question would have been ...
1
vote
1answer
53 views
Code formatting in comments?
I am supposed to use back ticks to mark code in my comments, but my iPad doesn't have a back tick on its keyboard. What should I do, buy a PC or sue Steve Jobs? :-)
1
vote
1answer
150 views
Ordered List and Code Formatting Conflict [duplicate]
Possible Duplicate:
Code blocks after a list, but not within a list in markdown. Is it possible?
I noticed an interesting little issue/challenge with the formatting applied to an ordered ...
1
vote
2answers
84 views
How do I type a 'soft return' in stackoverflow Q&A?
How do I type a 'soft return' in stackoverflow Q&A?
Of course I can type 'shift enter' but it produces a hard return and a blank line.
I want a new line without a blank line.
1
vote
1answer
189 views
Inserting an image in a <pre> tag
How can I insert a linked image in a <pre/> tag? I've tried:
<pre>
![my picture][1]
</pre>
[1]: http://lh6.ggpht.com/pic.jpg
But this isn't working.
P.S. Please don't downvote ...
1
vote
2answers
289 views
How to display mutliple literal backticks in a paragraph outside of inline code
I have an exception which contains backtick (`) characters. I can't find a way to escape the character from markdown so that I can show the message as normal text.
Exception marked as inline code ...
1
vote
1answer
56 views
How to preserve white spaces when asking questions in this forum? [duplicate]
I need to ask a question in this forum about something else, but to write that post, I need to insert a text based image, like the following,
~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~
~~ g** d ~~
~~ * ...
1
vote
1answer
40 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: ...
1
vote
1answer
32 views
How to show the formatting suggestions menu while answering or commenting
I always get the formatting help from SO saying about how to use bold, italics, hyperlinks, etc while I post an answer or comment. But after I closed it once, I no longer get that help. What should I ...
1
vote
1answer
132 views
Formatting toolbar in IE9 scrolls editor back to start of post
When editing a post in Internet Explorer 9, and applying formatting to the selected text with a click on one of the toolbar's formatting buttons, the editor scrolls back to the start of the post.
...
1
vote
1answer
155 views
Formatting preview is not accurate for code blocks in numbered lists [duplicate]
Possible Duplicate:
Can the </pre> tag start in a new line (possible previewer bug)?
Edit this post and look at the preview. Note how the preview incorrectly shows that the following ...
1
vote
1answer
28 views
Bug with user page formatting for long locations
On the user page, profile information doesn't render properly when the location is too long:
Those lush green fields and unfashionable galactic arms are playing hell with the formatting.
1
vote
1answer
459 views
Do you know any online tool that creates ASCII Tables for proper use on Stack Exchange? [closed]
There is one I know at http://www.sensefulsolutions.com/2010/10/format-text-as-table.html that takes a TAB delimited input and formats as Ascii Table.
But do you know other such online tools, that ...
1
vote
2answers
94 views
SO is not formatting Java code correctly
Have a look at the last block of code in this question:
http://stackoverflow.com/questions/4155807/sieve-of-eratosthenes-in-java-a-problem-and-some-optimization
(The block right below "Thanks for ...
1
vote
2answers
65 views
How do SE sites prevent text formatting/encoding errors from database results?
Stack Exchange sites display the text of questions and answers nicely (i.e. with formatting) from their databases. What technologies are used to display the formatted text? I program with C#; can ...
1
vote
1answer
82 views
How to deal with unnecessary formatting and markup?
What to do with seemingly unnecessary formatting or markup? I mean, I just stumbled upon this question at SU, and it makes my brain tinkle that every answer starts with a big, bold sentence.
So, is ...
1
vote
1answer
324 views
Markdown <del> is a little buggy - works nice on preview, not so much when it's done
If you need a reference, this is where I got to notice the issue. I'm not sure this should be posted as a new question, and I understand the preview not matching the post is a very well known issue, ...
1
vote
2answers
83 views
Is the \ escaping of a char in the formatter a bug or just difficult to get right for every language?
In Delphi the \ does not escape a string ending, in Delphi if you want a ' you type:
StringVariable := 'Foo'' bar'; // comments
And it works as expected, but in an answer on StackOverflow I've ...
1
vote
1answer
40 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 ...
1
vote
1answer
34 views
How to format text containing underscore to italic style?
How to format a text containing underscore (like for instance "A_B") to italic style ?
Here's an example which fails in parsing somehow (from a quick test just on underscore):
*A_B*
1
vote
1answer
97 views
Notation for equation doesn't work on SO
Notation for equations doesn't work on stackoverflow.com, like it does on http://math.stackexchange.com/. As I can see both sites are use the same engine (both are part of the stackexchage), so why I ...
1
vote
1answer
143 views
Characters overlapping in codeblocks [closed]
Couldn't find another question about this.
But some characters are overlapping in codeblocks on SO.
The H and the e are overlapping in this screenshot. Today is the first day I noticed it. Using ...
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
0answers
17 views
Format [badge:some-badge] analogously to [tag:some-tag]? [duplicate]
This is arguably quite an idle request, but here goes. I find it strange that typing [tag:some-tag] will produce a nicely formatted some-tag symbol which follows the style of each site, but there is ...
1
vote
0answers
36 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 ...
1
vote
0answers
81 views
Stack Overflow is displayed incorrectly [duplicate]
Possible Duplicate:
CSS for Stack Overflow didn't load
I don't know why it is not displaying correctly. This site (Meta.stackoverflow.com) looks normal. It's just the regular ...
1
vote
0answers
21 views
Lists with “padding” are not rendered correctly [duplicate]
Possible Duplicate:
Inconsistent/incorrect breaks/newlines in lists
List formatting behaves weirdly when I want to control padding between list levels. Intuitively, I'd write
- First level
...
1
vote
0answers
78 views
Ability to draw and add graphical illustrations, flowcharts, diagrams, etc
I think it would be a very useful and quality-improving feature.
As for me, when I speak on something, I often have a visual representation of how it works, or something.
It's obvious there are many ...
1
vote
0answers
81 views
Why is a “pending suggested edit” warning not formatted as a pop up, but as a single line?
I am using Google chrome web browser, I found one question need some edits. Then I clicked on the edit question link on the question and got this page,
I know this error is ok, But the way this is ...
1
vote
0answers
42 views
Bug (or feature-request) when attempting to use bold text in URLs [duplicate]
Possible Duplicate:
WMD unable to render markup inside words
I was writing an answer, and in that answer I was trying to highlight some text in this URL by making it bold. Here's how it ...
1
vote
0answers
59 views
Why doesn't CTRL+K work around list/code conflicts?
Ordered List and Code Formatting Conflict contains a nice workaround for code/list conflicts. Why doesn't CTRL+K always inject a hidden HTML comment just in case this conflicts occurs?
UPDATE: I ...
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
0answers
91 views
Is it wrong to say “Hi” [duplicate]
Possible Duplicate:
Should 'Hi', 'thanks' and taglines and salutations be removed from posts?
Is it wrong to start my question with "HI" ? I can often see my question gets ...
