Tagged Questions
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
...
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 ...
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 ...
7
votes
3answers
87 views
URL not handled correctly in Comments
I was answering this question and was trying to post following url in comments but everytime it failed -
...
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
43 views
Creating link to search query on StackOverflow in Markdown editor is incorrect [duplicate]
Possible Duplicate:
Hyperlink button breaks some URLs when automatically undoing URL encoding
I am running across this issue trying to post the following links in this question.
Basically, ...
4
votes
2answers
90 views
Difference in preview and answer: URL with &
This question is related to Inconsistent handling of not-encoded URL in preview.
But this time the illegal character is an &, where a difference between the preview and the post still exists.
...
5
votes
1answer
100 views
Comment bug with URLs and square brackets
Writing URLs in comments that include square brackets like:
[text](http://somesite.com/index.php?x[]=y)
requires escaping the brackets in order for the link to work properly (otherwise, the square ...
2
votes
1answer
81 views
Allow dropping the protocol in URLs
Something I do quite often is linking to PHP documentation pages. PHP has nice URL rewriting, so you can simply write this to link to the documentation of a function:
...
2
votes
0answers
85 views
Some URLs create broken links in comments [duplicate]
Possible Duplicate:
Comments inline links with a parenthesis not working properly
I tried to add the following URL to a comment on a post on Stack Overflow.
...
8
votes
2answers
144 views
A fourth way to create an URL in Markdown?
So the FAQ shows "three ways to write links." All involve a [name] part and a (link) part (or a [link] part).
I just noticed it's also possible to omit the link part in case the name part matches the ...
0
votes
1answer
163 views
URL from code.google.com is not markdown-parsable [duplicate]
Possible Duplicate:
Markdown rendering URLs with spaces
The following URL from Google Code does not seems to be parsable using the markdown Ajax widget used by Stack Overflow.
...
