Tagged Questions
1
vote
1answer
28 views
Editing question changing code to block quote is still formatted as code
I asked a question on StackOverflow and later added some more information. I included a quote initially in a code block, but then I edited the question, highlighted those two lines, and clicked the ...
7
votes
0answers
44 views
Markdown-Quotes inside HTML are breaking the output
This post appears totally messed up for me. It uses many blockquotes, that apparently lead to the link beeing spread all over the post-text, including the flag, edit, link and answered/edited at URLs:
...
2
votes
0answers
18 views
Web archive link redirects to StackOverflow host (resulting in error page)
Problem:
Some links will redirect you to a StackOverflow error site even though they're correct (as in DOM/HTML representation).
Test cases:
Link in question body here: ...
4
votes
0answers
39 views
Asterisks (wildcards) do not work within [tag:name] markup [duplicate]
Following on from Can we neaten the wildcard-favourited tag search result tag listing? I've noticed that the [tag:name] markup doesn't allow wildcards.
Tags link to ...
1
vote
0answers
42 views
Markdown bug in comments with ` ` [duplicate]
I just tried to write this comment:
You could use $arr = explode(' ', $str); to split $str by . Then you could do the same on = to get your key->value pairs.
But it chokes on and formats like ...
16
votes
0answers
121 views
Has MarkdownSharp considered East Asian Scripts always have intra-word emphasis?
In the post below, Jeff Atwood claimed the MarkdownSharp has changed Markdown rules to disable intra-word emphasis like "the_file_name" or "file_one and file_two".
...
8
votes
0answers
112 views
Something funny happened here [duplicate]
http://stackoverflow.com/a/803323
Looks like the font of the code block overflowed! (FFx, Chrome. And in IE8 it's even weider)
0
votes
0answers
34 views
Linkifying URLs containing __xyz__ is broken [duplicate]
When posting this link to the python docs I noticed the linkifying being somewhat broken:
http://docs.python.org/2/library/__builtin__.html
results in:
...
0
votes
0answers
17 views
Markdown “add hyperlink” button seems to mess with code [duplicate]
While adding hyperlinks to this question, it was pointed out that the code block was being updated. You can see this when you look at the revision history. It seems to get confused when it tries to ...
15
votes
1answer
113 views
URLs are linked despite being inside a code span
Markdown source:
`http://google.com`
- `http://google.com`
- `http://google.com`
Rendered result:
http://google.com
http://google.com
http://google.com
Note that the third code span is ...
4
votes
1answer
178 views
Is this intended (* in chats)
It is stated in the stackoverflow FAQ: http://chat.stackoverflow.com/faq#formatting
*italic* or _italic_
**bold** or __bold__
so when I type three * followed by a word followed by another three * I ...
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 ...
7
votes
0answers
87 views
Markdown parser does not recognise all valid URL paths
Hyperlinks which contain any of the dollar symbol $, the asterisk symbol * or the apostrophe/single-quote symbol ' cause various things to break:
http://foo.com/$bar produces http://foo.com/$bar1
...
3
votes
0answers
33 views
Bug in markdown rendering when only diffs are whitespace
This suggested edit diff looks very wrong when showing the markdown. The rendered output diff is fine, though. It almost seems as though it has prioritsed matching one part of the text including the ...
14
votes
1answer
133 views
Blockquote rewrap destroys code
I've seen too many newbies hit the "quote" button instead of the "code" button while posting. This is much worse than if they just left the code inline, because the quote button rewraps all the text ...
4
votes
1answer
56 views
Possible rendering bug for code in markdown
I was traveling stackoverflow, when I've encountered this question and at the very end of it:
I thought ok, maybe somebody just forget to write return primes; }, but it appears it is written in ...
0
votes
0answers
25 views
Adding an image removes number-only links
How to reproduce (tested on StackOverflow and SuperUser):
Click "Ask question"
Enter text containing one or more numbered links, e.g.
StackExchange-based websites ([1], [2]) are great, because ...
...
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
2answers
49 views
Comments don't highlight spaces in code over newlines
I recently noticed that comments don't highlight spaces over newlines in code blocks.
For example, I posted a comment containing ", ".join(), and then, when displayed, it looked like this:
As you ...
9
votes
1answer
137 views
Mangled Markdown leads to unclosed italics in Chrome
A question was posted on Stack Overflow with this Markdown source:
Write a program to print the following pattern:
* * * * * * * * *
* * * * * * * *
* * * * * *
* * * *
* ...
4
votes
1answer
95 views
Bug in Markdown rendering: images having underline character in the image description
Problem
This code,

renders correctly in preview as an ...
0
votes
1answer
36 views
Markdown doesn't highlight the code [duplicate]
Syntax highlighter works strangely in the current question.
The weird thing is that in other questions the highlighting works fine. Firstly, I supposed the system haven't detected the language, but ...
4
votes
1answer
31 views
Feeds do not contain new-style duplicate links
I see that duplicate links are no longer part of the question text. I think this is a fine change (especially that they are no longer marked up as blockquotes), other than ensuring there are ...
2
votes
1answer
53 views
Is there a bug when using code highlighting with URL's? [duplicate]
I just recognized that when I use grave accents (`) to highlight code and insert a URL into this, then the URL does somehow not getting resolved. Using <code> works.
The output is something ...
12
votes
0answers
85 views
The editor's link functionality illegaly changes content inside code blocks [duplicate]
Possible Duplicate:
Adding a new link to a post messes up the code already present in the post
When adding / changing links in a post via the editor's "Hyperlink" button, the editor may ...
18
votes
2answers
301 views
Link parser can not handle URLs with a second http:// in it
Escaped version
The following [link][1] does not work, neither does <a href="http://web.archive.org/web/20121130000728/http://www.google.com/">this</a>.
[1]: ...
32
votes
2answers
490 views
Markdown links and images are producing incorrect HTML
The problem appeared recently.
Images and links are not displayed correctly.
2
votes
0answers
46 views
Italicisation does not work with trailing period in chat [duplicate]
Possible Duplicate:
Markdown in chat fails for multi-line messages
When I write _adj._ on a StackExchange post proper it gets italicised: adj.
When I do the same in chat, in a multi-line ...
10
votes
0answers
93 views
Inconsistent parsing of Markdown wrt italics and punctuation in posts and comments
On Language and Usage sites, proper punctuation is sometimes important. Consider the following source:
“*bla*”, *bla*! *bla*… (*bla*), [*bla*], *bla*/*bla* and |*bla*|!
In question and answer ...
15
votes
1answer
191 views
Careers CV print view doesn't transform Markdown
I love the new little printer icons on the Careers 2.0 site, and I had occasion today to point someone to it.
Unfortunately, I discovered that the print view uses the raw Markdown text, without ...
2
votes
1answer
35 views
<b> within <pre> not visible on mobile and windows; although fonts are present
Within <pre>, the tag <b> is visually ignored on the mobile version and on some Window-versions.
For reproduction read this answer. It contains many annotated programs (failure-slice). ...
7
votes
1answer
98 views
Escaping an end-of-link parenthesis with a backslash causes a complimentary semicolon to appear out of thin air
Compare and contrast how the site renders the following three links:
http://wiki.teamfortress.com/wiki/Civilian_(Classic)
http://wiki.teamfortress.com/wiki/Civilian_(Classic)
...
6
votes
2answers
161 views
Part of my post was replaced with random gibberish
An answer that I posted on Meta.Programmers was rather broken, with a block quote replaced by apparently random letters and numbers. Aarthi fixed it with a non-breaking space, but I don't understand ...
13
votes
2answers
139 views
Can't edit (a specific) post without script freezing
I'm trying to edit: BYTE to python C-Type structure Conversion Issue
However, every time I click on edit, Firefox (16.0.1 - Ubuntu 12.10) hangs for about 10 seconds, then prompts the usual "debug ...
5
votes
0answers
45 views
Adding links to Google webfont sites is broken
this link is broken when adding it through clicking Hyperlink icon in the edit form.
If I instead paste the link directly as is, then it's working fine, like this:
...
5
votes
1answer
73 views
Markdown borks URLs with port numbers
If you link to a URL with a port number, Markdown will eagerly percent-encode the colon the separates the host name from the port number. See this test message. The chat message I typed in looks like ...
-3
votes
1answer
40 views
Bug in submitting post with numeric ordering [duplicate]
Possible Duplicate:
Code block is not properly formatted when placed immediately after a list item
I tried the following post:
My application allows the user to take a picture in the ...
0
votes
0answers
67 views
Markdown does not recognise <pre> properly if </pre> is not in a separate line [closed]
While editing, sometimes things are not rendered correctly. The best in such a situation seems to be to cut the entire text away, and then paste it back. The following text used to produce that error. ...
0
votes
1answer
115 views
Markdown silently renumbers my <ol> like enumeration-
When a paragraph starts with a decimal digit followed by a dot, the value of that number is silently renumbered to whatever markup believes it should be without any warnings. I would expect that the ...
5
votes
1answer
79 views
Italics and parentheses or brackets
I'm trying to make symbols italic, both in front and inside a bracket. So I wrote *foo*[*bar* + 1]. The system renders this as “foo[*bar* + 1]”, which at the time of this writing means ...
16
votes
0answers
106 views
Adding a new link to a post messes up the code already present in the post
In an answer, I was adding some links to the documentation, after I wrote some PHP code. As result, the code was altered.
Take as example the following code.
if (isset($item['load_functions'][1]) ...
-3
votes
1answer
481 views
Add link to windows 8 store app [duplicate]
Possible Duplicate:
Links with URIs of schemes other than http/https are broken
I can't add link to windows store app, since MS is using the ms-windows-store: protocol. For example this ...
5
votes
1answer
77 views
Blockquotes in a list break blockquotes after the list
I noticed an answer over on The Workplace that had a blank blockquote at the bottom of it. When I went to edit, I saw that there was nothing after the end of the text to cause it.
And the actual ...
1
vote
0answers
51 views
Markdown editor does not handle code correctly in lists
Note that this is not complaining about the fact that 8 spaces are needed for code in lists. It is complaining that the editor doesn't seem to respect this.
As Markdown specifies, 8 spaces are needed ...
0
votes
0answers
28 views
Trouble adding hyperlinks in the SO editor when they contain parenthases [duplicate]
Possible Duplicate:
Links to URLs containing parentheses
Notice that only the last link is functional.
Raw:
http://dbpedia.org/page/D_(programming_language)
^ SO's URI regex fails to ...
2
votes
2answers
128 views
<a> Links to URLS with square brackets in don't work
Creating an a href link to a URL which contains square brackets causes Stack Overflow to ignore the link. According to this post, there were similar problems in markdown, but I can't see this ...
1
vote
1answer
43 views
`\` isn't rendered correctly in comment area? [duplicate]
Possible Duplicate:
Post `\` or `\\` in a comment
I just found that \ cannot rendered correctly (without highlight around it) in comment area. When I'm leaving a comment in THIS question. ...
0
votes
0answers
38 views
Italic button in editor does nothing for partial words [duplicate]
Possible Duplicate:
WMD unable to render markup inside words
Bolding words that include an underscore doesn't work
If in a Stack Overflow question or answer text area I write
...
0
votes
1answer
61 views
Markdown link recognition w/o 'http://' [duplicate]
Possible Duplicate:
Markdown support for URLs without a protocol
Why does the Markdown engine used by SE require links to start with http://?
It's a good practice, sure, but why not make ...
4
votes
1answer
79 views
Consecutive spoiler blocks (>!) are shown as blockquotes [duplicate]
Possible Duplicate:
Paragraphs breaks are ignored inside spoilers
The markdown
>! a
>! b
>! c
Will be shown as a blockquote with ! in front of it:
! a
! b
! c
...






