I'm using WordPress 3.2.1 and the latests WP-SYNTAX.
In the WYSIWYG editor, I have the folowing :
<link rel="openid.server" href="http://id.domaine.fr/" />
<link rel="openid2.provider" href="http://id.domaine.fr/" />
I select thoses 2 lines, clic "Enclose with WP-Syntax", and then the text disapear.
Then in the HTML editor I have :
<link rel="openid.server" href="http://id.domaine.fr/" />
<link rel="openid2.provider" href="http://id.domaine.fr/" />
And still the same text in the visual editor.
Then I tried in the HTML editor to put :
<pre escaped="true" lang="html"><link rel="openid.server" href="http://id.domaine.fr/" />
<link rel="openid2.provider" href="http://id.domaine.fr/" /></pre>
The result is OK, but if I switch to Visual editor, the text is deleted.
What's wrong here ?