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
While it makes sense to shorten 4chan links in regular posts, they should be left alone inside code blocks. Right now they're being mangled into non-functional short links. For example, var foo = "https://boards.4chan.org/g/res/33951429"; turns into var foo = ">>33951429";
The text was updated successfully, but these errors were encountered:
While it makes sense to shorten 4chan links in regular posts, they should be left alone inside code blocks. Right now they're being mangled into non-functional short links. For example,
var foo = "https://boards.4chan.org/g/res/33951429";
turns intovar foo = ">>33951429";
The text was updated successfully, but these errors were encountered: