Tagged Questions
-10
votes
2answers
164 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 ...
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: ...
7
votes
0answers
45 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
67 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 ...
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 ...
-5
votes
1answer
120 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 ...
0
votes
1answer
123 views
Tool or utility to auto format Stack Overflow posts?
I may not be very knowledgeable about this but I am really curious about knowing any tool or utility available for PC to format Stack Overflow posts. I am asking this question because I have seen that ...
8
votes
3answers
261 views
Is there a good way to represent file structure in a question/answer?
I'm always looking for the best way to represent a file structure on my posts.
I roughly use this one :
Project
|
+-- file 1
|
+-- dir 2
| |
| +-- file 2.1
|
+-- dir 3
| |
| ...
5
votes
0answers
60 views
Markdown to italicize Windows registry key [duplicate]
Possible Duplicate:
Markdown italics with underscores look good in preview but not in answer
When I try use Markdown to italicize this Windows Registry key, I can't seem to make it work...
...
2
votes
1answer
40 views
Missing newline after sublists in spaced lists
The following:
* item
* subitem
* item
* item
Correctly formats to:
item
subitem
item
item
However, if I want the list to be spaced by adding spaces after the entries, then the following:
* ...
8
votes
0answers
89 views
Interlinear glossing and small caps for sites like Russian Language and Usage
It is a common notational convention in linguistics to use small capitals in interlinear glossing. Using good ol' plain capitals for that is almost like not using the [code][/code] tag for code ...
5
votes
2answers
72 views
Italic text next to normal text with no spaces in between [duplicate]
Possible Duplicate:
WMD unable to render markup inside words
Is it possible to have an italic character next to some non-italic text so that there's no spaces in between?
For example, I ...
2
votes
1answer
91 views
Can I use inline code formatting in question titles?
I know in the question's body, we can use `code` to specify inline code like this.
But can we specify code in the title of the question? And if not, why?
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 ...
0
votes
2answers
83 views
What are text format magics in SO?
There are some text formats which help us to provide more readable answers,comments,questions but I learned them by Editing other answers, I don't know where is the source, for example:
code style ...
-17
votes
1answer
303 views
Cannot use line break or code in comments. Editing help gives wrong information
When you write a comment the following text appears:
Comments use mini-Markdown formatting: [link](http://example.com)
_italic_ **bold** `code`. The post author will always be notified
of your ...
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 ...
4
votes
1answer
80 views
Why wasn't this code formatted correctly? [duplicate]
Possible Duplicate:
Why is a code block not properly formatted when placed immediately after a list item?
Why did this line of code:
} ...
0
votes
1answer
105 views
How do I post code in a question I ask on Stack Overflow? [duplicate]
Possible Duplicate:
How do I format my code blocks?
Please tell me how do I post a question effectively in this website.
I read the FAQ but I couldn't understand properly.
I would like ...
2
votes
2answers
109 views
Underscores for italics in comments do not work consistently
I added a comment that contains several italicized words, and some links with URLs that contain comments as well. The underscores are well-paired, however after the first URL (which contains two ...
8
votes
0answers
86 views
Add a table formatter in the post editor [duplicate]
Possible Duplicate:
Please add support for tables in answers and questions.
Would be possible to add a new format tool in the post editor?
I'm talking about something that allows the user ...
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 ...
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 ...
0
votes
0answers
26 views
Tag links doesn't work on preview pane [duplicate]
Possible Duplicate:
Tags don't render in preview
For example this text:
Why tag links doesn't appear on preview? e.g. [tag:c#]
Yield this preview:
0
votes
1answer
46 views
Problem with markdown rendering?
What I want:
Foo
Bar
That, or baz!
Spam
Egg
What I tried:
1. Foo
2. Bar
That, or baz!
3. Spam
4. Egg
What I get:
Foo
Bar
That, or baz!
Spam
Egg
For some reason, ...
6
votes
2answers
145 views
Backticks not escaped in questions/answers as they are in comments
Comments allow for backticks to be escaped. However, the very same formatting does not work in questions and answers.
Example:
`foo\`bar`
This shows as: foo\bar`.
But one would expect this to ...
0
votes
1answer
109 views
Character formatting leaks into tag links
asdf
asdf asdf asdf
asdf asdf asdf
asdf asdf asdf
You can also do asdf, but that's probably okay to leave alone. It's mainly just the character styles (bold, italic, etc.) that I think could use ...
2
votes
2answers
122 views
Code is indented 4 spaces but is not interpreted as code [this has nothing to do with lists]
Steps to reproduce:
1. Note that instructions at right of screen say "indent code by 4 spaces." My interpretation of this is that lines that are indented by four spaces will be recognized as code.
2. ...
0
votes
0answers
44 views
Bug: Words some times appear multiple times when wrapped from the end of sentence [duplicate]
Possible Duplicate:
Markdown sometimes repeats words at the end of a line
There seems to be a bug in rendering the text of an answer. Occasionally, the last word of a sentence may wrap and ...
3
votes
4answers
171 views
PowerShell formats strangely, even in <PRE> block
From this answer: http://stackoverflow.com/questions/2770526/where-are-the-default-aliases-defined-in-powershell/2816523#2816523
I use a <PRE> tag around PowerShell because the code formatter ...
5
votes
1answer
150 views
Code after bulleted lists
Related (but not the same issue): Markdown formatting bug with code blocks in lists
Duplicate: Why is a code block not properly formatted when placed immediately after a list item?
The ...
3
votes
1answer
155 views
What happened to comment formatting?
I just commented an answer on Stack Overflow. To indicate markup, I surrounded a <b> tag with backticks. But opposite to my expectations, the comment didn't get properly formatted, the backticks ...
7
votes
3answers
632 views
Stack Overflow comments don't have formatting tags or line breaks?
I have been reviewing the Stack Overflow format reference and it doesn't seem to apply to the comments... Is that correct?
13
votes
0answers
119 views
Can the code button in the format bar be made to work for code blocks in numbered lists
I ran into a problem formatting a code block in a numbered list. I notice that I am not the first one to run into this problem -- there are more than a dozen questions related to this topic.
The ...
1
vote
1answer
320 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, ...
4
votes
3answers
136 views
Referring To Other Users [duplicate]
Possible Duplicate:
What is the relevance of “ @ ” in comments?
Apologies if this has already been asked. I noticed that when user's refer to others there is an "@" in front of ...
14
votes
3answers
313 views
Best way to include table (of data) in a question
I would like to ask a question on Stack Overflow which includes a table of data from a MySQL database. What is the best way to include a table of data in a question?
1
vote
2answers
106 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.
...
22
votes
2answers
961 views
Code blocks after a list, but not within a list in markdown. Is it possible? [duplicate]
Possible Duplicate:
Code block is not properly formatted when placed immediately after a list item
In this post about nesting code-blocks in lists, it is explained that if you want to nest ...
2
votes
1answer
120 views
Code blocks inside lists and/or list items? [duplicate]
Possible Duplicate:
How do I include a code block right after a list without it turning into a blockquote?
How do I create a list with code blocks in between? Example:
print in ruby
puts ...
56
votes
2answers
3k views
How can I format as keyboard keys? [duplicate]
Possible Duplicate:
Keyboard Glyphs
Some answers contain characters that look like keyboard keys, used as e.g. Ctrl+E.
What markup do I need to add to make Ctrl and E look like actual ...
12
votes
2answers
355 views
Is it possible to horizontally center an image in SOFU?
Since we can only use Markdown and a limited subset of HTML/CSS is it possible to center an image, or any block element for that matter, on SOFU?
4
votes
2answers
152 views
Empty lines in code samples inside lists are shown duplicated
If I put a code block in a list, a single newline in the source is displayed as two newlines in the rendered page:
Sample:
code here, single empty line following:
more code here
...
(The eight ...
19
votes
1answer
252 views
Make links in monospaced format look more like links
In this answer I posted a few links that I formatted using backtics. Because of the new background color and the way the links are formatted it isn't clear right away that they are clickable. (It ...
0
votes
0answers
39 views
Bug: can't parse urls with “http://” in the path component [duplicate]
Possible Duplicate:
Possible Link Bug
Posting this URL works fine in the javascript version of the post, but when rendered on the site, doesn't show correctly.
...
5
votes
3answers
218 views
Why can't we have simple HTML in comments?
Why can't we have simple HTML in comments; or at least newlines and tabs? I think it would be good if we had such functionality.
12
votes
6answers
2k views
Escaping backticks fails
Typing
\`foo\`
produces `foo` instead of the desired literal backticks. It appears correctly in the preview however.
3
votes
1answer
133 views
Greedy hyperlink texts
Consider the following answer of mine: http://stackoverflow.com/questions/1098031/symbian-series-40-60/1098265#1098265
[Nokia Series ...
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 ...
208
votes
192answers
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 ...

