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@lemmy.world
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    11 months 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@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        11 months ago

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