You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah, we have to be careful not to parse embed links. But I still don't know if this is a good idea.... Many commenting systems don't permit links to prevent spamming. Perhaps we only permit links back to lmms.io?
Since we already parse links in the descrpitions, it'd be really nice if links inside comments are parsed too.
Now its really hard to follow a link like this:
The preg_replace code for links can surely be reused, but it should look like this
rather than this
Because there are no
iframes
in the comments so the 'don't parse if there is an " before the link' hack isn't needed.The text was updated successfully, but these errors were encountered: