Spyke
mlemapp·Mlem for Lemmybywindowsphoneguy

Mlem markdown test

bold

italics

header

header 2

strikethrough

quote

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

inline code inline

abcsubscript

abc^superscript^

::: spoiler spoiler a bunch of spoilers here :::


code block
code block
View original on feddit.de
feddit.de

and as comment

bold

italics

header

header 2

strikethrough

quote

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

inline code inline

abcsubscript

abc^superscript^

::: spoiler spoiler a bunch of spoilers here :::


code block
code block
2
LazaroFilmreply
lemmy.world

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
}
4
feddit.de

Well this is just Lemmys Markdown formatting, not sure if that would break it

3

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

1

inline seems weird (shows the tags), and super/sub are not working. using mlem 1.0.1 (483)

1

You reached the end

Mlem markdown test | Spyke