Using code I cant use single quotation marks because it prints 2 backslashes before. So all the code is useless.
Example:
eval (\'$\'.$a.\'=\'.$b);
Results in:
eval (\\\'$\\\'.$a.\\\'=\\\'.$b);
I am using the markdown plugin, maybe thats the problem ?
How can I fix it ?