1: Just the url to replicate the original problem.
2: Backslashing the colon. That blocks the URL-recogniser, but the backslash isn’t interpreted.
3: Unicode ZERO WIDTH SPACE before the colon. It works! Well, no, it doesn’t. You get something that looks like a url until someone tries copying and pasting it.
There we go! This is what I meant when I asked for instructions. :)
Going to check it out as soon as I have time away from classes/etc.
Edit: Has anyone tried installing the Haskell Platform via MacPorts? I’m going to try it, I think!
Edit2: Success! Instructions (given that you have a Mac and MacPorts):
If you don’t have git, do this step:
Carry on…
Edit3: How the heck do I stop the commenting software from putting those angle brackets around my URLs inside code blocks?
This is an experiment. Attempt 1:
Attempt 2:
Attempt 3:
1: Just the url to replicate the original problem.
2: Backslashing the colon. That blocks the URL-recogniser, but the backslash isn’t interpreted.
3: Unicode ZERO WIDTH SPACE before the colon. It works! Well, no, it doesn’t. You get something that looks like a url until someone tries copying and pasting it.