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
  • windowsphoneguy@feddit.deOP
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 year ago

    and as comment

    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
      0
      ·
      edit-2
      1 year 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
      }