and as comment
bold
italics
header
header 2
~~strikethrough~~
quote
- list
- list
- ordered list
- ordered list
inline code
inline
abc~subscript~
abc^superscript^
spoiler
a bunch of spoilers here
code block
code block
Official community for Mlem, a free and open-source iOS Lemmy client.
Rules
FAQ
and as comment
bold
italics
~~strikethrough~~
quote
inline code
inline
abc~subscript~
abc^superscript^
spoiler
a bunch of spoilers here
code block
code block
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
}
Well this is just Lemmys Markdown formatting, not sure if that would break it