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
[–] [S] 2 points 2 years ago (2 children)

and as comment

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
  • source
  • hideshow 4 child 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