|
It is observed that "http://" is added in the script, if formatted as "Code Sample". So I think that has to be fixed? Here is an example of that.
(comments are locked)
|
|
This is a bit of a bug in the way that the markdown auto-linker works. Since we try to autolink things that don't have http:// in them, we look for things that might be domains. Apparently, .id is in the list of valid domain endings and we linked in. We'll look for a fix, probably to not autolink things in code or remove .id from the list since its not very common anyway.
(comments are locked)
|
|
This "bug" seems to have reappeared. If I now write in
(comments are locked)
|


I have asked the developers to take a look at this.
I don't think this is going to be fixed. So marking the only answer given ;) Also last day for the bounty :-)
This bug actually is fixed in the next push. Dave will be reaching out to you guys to test this version before it goes live :)