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
  • @[email protected]OP
    link
    fedilink
    English
    21 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
      link
      English
      4
      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
      }
      
        • LazaroFilm
          link
          English
          11 year ago

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