When inserting code into <pre> elements in CKEditor it picks up on strongly type objects like
public IQueryable<Post> PostArchive
it then adds a closing tag <post/> tag which messes up the syntax highlighting.
Any help please.
Tried config.allowedContent = true; in ckeditor but with no luck..