this post was submitted on 12 Jul 2023
205 points (99.0% liked)
Sync for Lemmy
15137 readers
17 users here now
๐
Welcome to Sync for Lemmy!
Welcome to the official Sync for Lemmy community.
The rules for posting and commenting, besides the rules defined here for lemmy.world, are as follows:
Community Rules
1- No advertising or spam.
All types of advertising and spam are restricted in this community.
Community Credits
Artwork and community banner by: @[email protected]
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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):
[[email protected]](/c/[email protected])
โ[email protected] (link ref:/c/[email protected]
)/m/[email protected]
โ/m/[email protected]/u/[email protected]
โ /u/[email protected] (link ref:/u/[email protected]
)(c)
โยฉ(tm)
โโข(r)
โยฎ+-
โยฑ...
โโฆ---
โโ--
โโ????
(>= 4x)โ???!!!!
(>= 4x)โ!!!~~example~~
โ~~example~~ (image)example~sub~
โexample~sub~ (image)example^super^
โexample^super^ (image)example[^notename]
โexample[^notename] (image)[^notename]: Note text
โ(see bottom of post) (image){example base text|example ruby text}
โ{example base text|example ruby text} (image){ๅ|ใใ}ใ๏ผ
โ{ๅ|ใใ}ใ๏ผ(image)visible part example
hidden part example![accessibility alt-text example](https://i.imgur.com/9nVMRqa.jpeg)
=> (image)[^notename]: 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.