vote up 5 vote down star
2

There are some languages that get highlighted incorrectly. Is it possible to specify a code block that does not have any highlighting when it gets displayed?

Here is an small example of CSS that is getting highlighted as if it was C/C++.


    #div.a {
    background-color: #000000;
    }

    .static {

    }

migrated to meta.stackoverflow.com by Jeff Atwood Nov 3 at 4:20

Browse other questions tagged or ask your own question.