How do i random a number in a string?
Any reason there's no coloring on the answers?
|
How do i random a number in a string? Any reason there's no coloring on the answers? |
||||
|
|
|
Fixed it, I added a hint to the c++-cli indicating it should prettify with |
|||||
|
|
Prettify must not be able to recognize C++/CLI code, and the c++-cli tag doesn't have any language associated with it, so it's forced to leave the code unhighlighted. The question has highlighting because someone edited it to manually specify a language (they went with C++), but the same would need to be done to the code blocks in each answer for highlighting to show up there. Alternatively, a moderator could set it so all c++-cli posts have C++ highlighting, if the syntax is close enough that that comes out right |
|||
|
|
|
If you ever need to specify the language in the future, put this line before the code block (one line before and after it):
And for C++, it's |
|||
|
|