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
For anyone interested, here’s the Lemmy markdown configuration. As you can see, Lemmy’s website UI supports the full commonmark spec (tutorial / official spec), plus a bunch of extensions. I don’t think anyone’s fully documented these yet, so I’ll try doing so below. Apologies in advance to mobile users, this is probably gonna get ugly (see included image links for how it should look):
!fediverse@lemmy.ml
→[email protected] (link ref:/c/fediverse@lemmy.ml
)/m/fediverse@lemmy.ml
→/m/[email protected]/u/chaorace@lemmy.sdf.org
→ /u/[email protected] (link ref:/u/chaorace@lemmy.sdf.org
)(c)
→©(tm)
→™(r)
→®+-
→±...
→…---
→—--
→–????
(>= 4x)→???!!!!
(>= 4x)→!!!~~example~~
→example(image)example~sub~
→examplesub (image)example^super^
→examplesuper (image)example[^notename]
→example[1] (image)[^notename]: Note text
→(see bottom of post) (image){example base text|example ruby text}
→example base text (image){凄|すご}い!
→凄い!(image)::: spoiler visible part example hidden part example :::
visible part example
hidden part example
![accessibility alt-text example](https://i.imgur.com/9nVMRqa.jpeg)
=> (image)Note text ↩︎
Your hyperlink to the Official Spec doesn’t work for me on Vger. It launches my web browser without a URL and hiding down on the link doesn’t reveal its destination.
Nice catch. I messed up the formatting on that link by putting an extra pair of parenthesis in there – fixed now.
Confirmed that link is working now. Thanks for this useful info!
I think this should be put on a page someone on Lemmy. Somewhere that’s easy to find. The tables and stuff too.