1
vote
1answer
27 views
Bug: Italic text not working properly [closed]
Possible Duplicate:
Markdown italics with underscores look good in preview but not in answer
Example: http://stackoverflow.com/questions/1763616/ignore-initialization-from …
0
votes
3answers
19 views
My link for selected text doesn’t work in this post.
This is a demonstration of a post that does not render properly (the lack of hyperlink):
code
code
code
text text [logging module][1] (http://docs.python.org/library/logging.ht …
0
votes
3answers
24 views
How do I include a code block right after a list without it turning into a blockquote?
If I want to write this :
>>> calendar = GoogleCalendar(user='blabla', password='blablabla')
>>> calendar.myFunction()
After a list, the >>> become a blockquo …
1
vote
1answer
65 views
Multiple spaces in code in comments get merged into one
Code is supposed to be exact and "as-is". Sometimes, showing two spaces is important. In a comment, it is not possible to show code with multiple spaces. This became apparent in …
1
vote
1answer
17 views
Code blocks inside lists and/or list items? [closed]
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:
…
1
vote
1answer
43 views
When placing code directly after a list, the code is not recognized. Is this a bug?
When placing code directly after a list. The code is not recognized. See the example below.
- something
some code
looks like this:
something
some code
should look like …
1
vote
1answer
23 views
Italics (asterisk) not possible when text contains an underscore
Original q:
"In this answer, I added a cursive
paragraph, which I've done more often.
But now it doesn't work anymore. I
tried preceding it with other text,
played with …
20
votes
11answers
625 views
Should the markdown renderer treat a single line break as <br>?
Inspired by Markdown, One Year Later, a question I think would be better suited to here, than the blog's comment system..
As for #3, "Automatic return-based linebreaks instead …
3
votes
3answers
72 views
Why is { a special character in Markdown?
I've noticed that I can escape curly braces. That is, if I type \{, I get {. Why are curly braces special characters; what Markdown syntax uses them? I couldn't find anything about …
0
votes
1answer
69 views
Problems with Markdown in Post Comments
Didn't see this reported yet, so here it goes:
EDIT: Short version
Some markdown is allowed in post comments, but it doesn't behave the same way as in questions/answers (doesn't …
4
votes
0answers
32 views
Markdown doing some very strange things with code blocks in a list [closed]
Possible Duplicate:
How to nest code within a list using markdown
Have a look here - the problems should be obvious with the code blocks in the ordered list! What on earth …
1
vote
1answer
25 views
Escaping the Underscore Character to Avoid Unwanted Italics
I was just answering a question on SOF where I typed App_Code blah blah blah App_Code into the answer. Markdown interpreted the two underscores as beginning and ending some …
3
votes
7answers
80 views
Why doesn’t the site use a rich text editor?
Why does the Stack Overflow trilogy of sites use Markdown instead of some other rich text editor like FCKEditor or TinyMCE?
22
votes
19answers
591 views
Preview should match the posted view
Right now there are too many places where the javascript-rendered preview of a post does not match the final result after it's posted. This is especially true around certain link …
0
votes
3answers
32 views
How to disable Markdown feature?
If I want to ask something like "Is it a List<String> or a List<Question>?" it gets printed as "Is it a List or a List?" which obviously doesn't make any sense.
I can …
