We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
After installing a new MAMP stack, my local instance of BM started adding slashes to quotes in chat.
It turns out that this is because the php.ini has magic quotes turned on by default.
To get rid of magic quotes, look for the line pertaining to magic quotes and add:
magic_quotes_gpc = Off