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
{{ message }}
This repository was archived by the owner on Feb 17, 2020. It is now read-only.
when pasting code (for example php) with backslashes (in strings) they will just disappear;
example: if you paste
echo "\n new line" ;
it will be rendered to
echo "n new line";
this issue makes this pretty tool almost useless at all for source code...