Given that Jebora has markdown support, just throwing a few bits in here…
bold and italic
- li item 1
- li item 2
Quote
heading
inline code
Code block
// Not trying xss just doing examples
alert("example")
strike
sub
up
Given that Jebora has markdown support, just throwing a few bits in here…
bold and italic
Quote
inline code
Code block
// Not trying xss just doing examples
alert("example")
strike
sub
up
That reminds me of the threads/comments about the spoiler tagging in Lemmy being broken in many apps, hopefully that’ll be worked out sooner than later.
This is a spoiler
Magneto kills Dumbledore in Mordor
Just tested and it doesn’t seem to work in neither Connect, Voyager/wefwef, Liftoff nor even in Jerboa… Only worked in the Lemmy PWA.
I don’t believe spoilers are part of the official markdown specification. Even if markdown parsers supported it, I’d assume it would be
||this is a message||
Yeah I guess the apps are just using regular markdown libraries so they haven’t added any “Lemmy extras” to the parsing.