This repository was archived by the owner on Mar 8, 2019. It is now read-only.

Description
I'm interested to know if the following behaviour can be easily changed:
Currently, if I'm in the source view manually adding HTML, the parser can be over-zelous in cleaning things up. For example if I type <img src=" and then paste in a URL, the editor clears the entire thing, I'm guessing because the parser didn't like the incomplete tag. So I guess my question is: Would disabling the parser when in source view be the answer? If so, how would I go about doing this? Cheers.