The WMD (or possibly Prettify) does not support the dot (.) character for elements, despite it being part of the XML Specification. This comes up on StackOverflow with XAML related questions.

Below is an example of the rendering of an element and attribute, both with a "." in their name. Notice that ".suffix" is coloured incorrectly.

<prefix.suffix />

(As a new user on this site I cannot mark this question as 'xml' or 'xaml', as was my intention)

share|improve this question
1  
I suspect this is due to Prettify, not WMD. I could be wrong though. – Jon Skeet Jul 23 '09 at 10:05
Good call - I've updated the question – Richard Szalay Jul 23 '09 at 11:00
@Richard - I've added the 'xml' tag for you. – ChrisF Jul 23 '09 at 11:17

3 Answers

The code tag has never been intended to understand or support all languages. It does a good job on some, and some have problems. Like VB, Perl (see here). You can find many request when searching the syntax-highlighting tag.

As it is Prettify used, feel free to contact the project.

share|improve this answer

We just deployed the latest trunk of prettify.js ; revision 83

http://code.google.com/p/google-code-prettify/source/browse/trunk/src/prettify.js

share|improve this answer

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged