rainbow icon indicating copy to clipboard operation
rainbow copied to clipboard

Java containers for Integer, like List<Integer>, break rainbow styling.

Open kodecharlie opened this issue 11 years ago • 2 comments

If you have an Integer container in java code -- for example,

List<Integer>

during the rainbow styling, the Integer keyword is lower-cased:

List

and a spurious trailing tag

surfaces at the end of the styled HTML page (containing the Java code).

kodecharlie avatar Feb 05 '14 05:02 kodecharlie

I meant: List<Integer> changes to List

kodecharlie avatar Feb 05 '14 05:02 kodecharlie

Misunderstanding your Issue.

Du you mean List or List<Type> for sample? Then, write it correctly and use code-tags!

Bizarrus avatar Nov 26 '17 16:11 Bizarrus