-
How do I copy this list http://www.lfgss.com/comments/10107771/ with the hyperlinks?
As far as I know, there's no easy way to do this yet. I made a little tool to help with it a bit, but then deleted it because the boss didn't like the idea.
-
This is a bad idea. Do not do this.
The value of the Markdown field is untrusted.
The Markdown can easily contain XSS. Whilst you could never put this on a site as we'd process it out... having one user access the raw Markdown of another does create the risk that the user who is using your tool will now be susceptible to any XSS attack put into the Markdown.
The raw Markdown is only ever supposed to be accessed by the person who made it. You may have just forced me to changed the API such that you cannot get the raw Markdown if you are not authenticated as the person who wrote it.
(Has this been answered?)
How do I copy this list http://www.lfgss.com/comments/10107771/ with the hyperlinks?