bold

italics

header

header 2

strikethrough

quote

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

inline code inline

abcsubscript

abcsuperscript

spoiler

a bunch of spoilers here


code block
code block
  • LazaroFilm
    link
    English
    4
    edit-2
    2 years ago

    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
    }
    
      • LazaroFilm
        link
        English
        12 years ago

        The code block in my previous comment has the triple tick and C in it. It just ignores the language and displays white.