What about language colors for code blocks? When using triple tics and naming the language ``` C
void myFunction(void) {
Serial.print("Hello World");
// this should be green
}
What about language colors for code blocks? When using triple tics and naming the language ``` C
void myFunction(void) {
Serial.print("Hello World");
// this should be green
}