bold

italics

header

header 2

strikethrough

quote

  • list
  • list
  1. ordered list
  2. ordered list

inline code inline

abcsubscript

abc^superscript^

spoilera bunch of spoilers here


code block
code block
you are viewing a single comment's thread
view the rest of the comments
[–] 4 points 2 years ago* (1 child)

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
}
  • source
  • parent
  • hideshow 2 child comments