I'm using ckeditor within a CMS. When I open an article for editing ckeditor automatically converts all URLs to links. This breaks the page because the URLs should no be changed. Example:
[video:http://vimeo.com/10002754]
becomes
[video:<a href="http://vimeo.com/10002754%5D" rel="nofollow">http://vimeo.com/10002754]</a>
How can I disable that feature?