The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
42 views

CSS hex color bug

When you see a question in Code Review with some CSS and hex color codes in it, it appears like a comment. I think the syntax highlighter thinks that CSS uses python style comments i.e. print "2" ...
2
votes
1answer
46 views

How do you highlight code in a <pre> block?

Is there a way to highlight code syntax in a <pre> block? In this post, I had originally inserted my code using a <pre> block, but the code was not highlighted. After indenting every line ...
5
votes
1answer
66 views

Lisp symbols not highlighted correctly

Exhibit A: The symbol d_n+1 is highlighted as the variable d_n, operator+, and 1. This is incorrect; the symbol should be all one color.
2
votes
1answer
114 views

Tag based syntax highlighting not working on all tags

If you look at this question, you'll see that it's wrongly highlighted and the poster had to add 's in comments, so the whole code didn't show up as a big string. The reason for this is that the code ...