234
submitted 11 months ago* (last edited 11 months ago) by ljdawson@lemmy.world to c/syncforlemmy@lemmy.world

I'm updating the markdown parser and want to be sure I'm handling all new types of links e.g. links to communities or users.

If you can please comment any examples I'll add support.

Cheers, Lj!

edit: testing a link

edit 2: https://lemmy.world/post/1986302

edit 3: https://feddit.uk/post/699250

edit 4: https://lemmy.ml/post/2335045

edit 5: https://lemmy.world/comment/1706265

edit 6: https://lemmy.ml/comment/1651859

edit 7: https://lemmy.ml/c/asklemmy

edit 8: https://kerala.party/c/asklemmy@lemmy.ml

edit 9: https://lemmy.ml/u/ljdawson

edit 8: https://kerala.party/u/ljdawson@lemmy.world

edit 9: https://latte.isnot.coffee/post/6799

edit 10: !android@lemmy.world

edit: 11: @ljdawson@lemmy.ml

top 50 comments
sorted by: hot top controversial new old
[-] Zeus@lemm.ee 32 points 11 months ago* (last edited 11 months ago)

lemmy also (unofficially) supports footnotes.[^1] you may want to view this in a browser^[as it currently doesn't render in any mobile clients]^[also note the differing positions of the caret]

additionally, with no markdown linking at all, the web interface^[and i believe most apps] automatically turns [!community@instance.tld](/c/community@instance.tld) into a link

[^1]: with two different syntaxes

[-] Historical_General@lemmy.world 7 points 11 months ago

That's interesting. ^[Markdown is very cool]

[-] thurstylark@lemm.ee 30 points 11 months ago

Shrug emote in backticks: ¯\_(ツ)_/¯

Shrug emote unescaped: ¯_(ツ)_/¯

Shrug emote properly escaped: ¯\_(ツ)_/¯

[-] luffyuk@lemmy.world 14 points 11 months ago

This is the real shit right here.

[-] Nugget@lemmy.world 29 points 11 months ago* (last edited 11 months ago)

Italic Italic

Bold Bold

Deferred Link

Image

  • List1
  • List1
  • List1
  • List2
  • List2
  • List2
  1. One
  2. Two
  3. Three
  1. One
  2. Two
  3. Three

Horizontal Rule


hello world

Horizontal Rule


hello world

Inline code with backticks

# code block
print '3 backticks or'
print 'indent 4 spaces'
# code block
print '3 backticks or'
print 'indent 4 spaces'

secretshi

Some ~subscript~ text

Some ^superscript^ text

[-] eco_game@discuss.tchncs.de 15 points 11 months ago

subscript and superscript don't work for me on Jerboa

[-] maltasoron@sopuli.xyz 12 points 11 months ago

Same on Thunder. Also, the spoiler isn't hidden.

[-] thurstylark@lemm.ee 6 points 11 months ago

Same on Connect

load more comments (3 replies)
[-] A10@kerala.party 23 points 11 months ago
[-] SeaMauFive@lemm.ee 14 points 11 months ago* (last edited 11 months ago)

The only user in this thread who understood the assignment

[-] thurstylark@lemm.ee 9 points 11 months ago* (last edited 11 months ago)

I mean, this isn't terribly unimportant. There definitely should be an option to view all links to lemmy communities/users through your home instance when linked like this.

Not necessarily on topic for this thread, but still...

[-] TheGreenGolem@lemm.ee 2 points 11 months ago

!asklemmy@lemmy.ml

load more comments (1 replies)
[-] starscar12@lemm.ee 17 points 11 months ago

Lemmy spoilers have different syntax compared to reddit:

This is a spoiler hiding some text
We're no strangers to love
You know the rules and so do I (do I)
A full commitment's what I'm thinking of
You wouldn't get this from any other guy
I just wanna tell you how I'm feeling
Gotta make you understand
Never gonna give you up
Never gonna let you down
Never gonna run around and desert you
Never gonna make you cry
Never gonna say goodbye
Never gonna tell a lie and hurt you


[-] omey@lemmy.world 19 points 11 months ago

For some reason, spoiler tags don't work on my end. I use Connect.

[-] maltasoron@sopuli.xyz 9 points 11 months ago
[-] Mr_Blott@lemmy.world 10 points 11 months ago
[-] burgersc12@sh.itjust.works 9 points 11 months ago

Very few clients support the custom ones, e.g.

^sup^

~sub~

ThisOne

[-] portside@monyet.cc 3 points 11 months ago

None of these work in liftoff

[-] can@sh.itjust.works 6 points 11 months ago
[-] NicoCharrua@lemmy.ca 5 points 11 months ago

Works on Jerboa too

[-] superminerJG@lemmy.world 3 points 11 months ago

@VonReposti

[-] VonReposti@feddit.dk 15 points 11 months ago* (last edited 11 months ago)

code by using ` (this is escaped)

Example link

Bold

Italic

Quote

  • List item 1
  • List item 2

Heading 1

Heading 2

Heading 3

Heading 4

~~Strikethrough~~

[-] DerpyPlayz18@lemm.ee 12 points 11 months ago* (last edited 11 months ago)

![image alt text](image link)

Example:

A very calming and nostalgic image representing some hills

load more comments (1 replies)
[-] Annoyed_Crabby@lemmy.world 10 points 11 months ago

The image markdown also support mp4 as well

[-] A10@kerala.party 9 points 11 months ago
[-] anonymoose@lemmy.ca 6 points 11 months ago

Wow, this rendered as a gif on my client (Connect). Did you just write it as an emoji?

That makes me realize that a "view raw" or "view code" button would be awesome.

[-] burgersc12@sh.itjust.works 6 points 11 months ago* (last edited 11 months ago)

You can Copy Text and get the raw markdown version on Connect

[-] anonymoose@lemmy.ca 4 points 11 months ago

Yeah, I knew about that, but I didn't know custom emojis were global. Cool feature!

[-] A10@kerala.party 4 points 11 months ago

I type : and then the custom emoji name, Lemmy Website Auto completes the markdown for it.

[-] anonymoose@lemmy.ca 4 points 11 months ago
[-] joshLaserbeam@sh.itjust.works 8 points 11 months ago
[-] Xylight@lemmy.xylight.dev 8 points 11 months ago

Communities:

Users:

  • @user@example.com
  • /u/user
load more comments (1 replies)
[-] veganpizza69@lemmy.world 8 points 11 months ago
[-] mruczek@lemmy.world 7 points 11 months ago

just a random bold italic quote

[-] TheBig2023Meltdown@lemmy.world 7 points 11 months ago
[-] A10@kerala.party 6 points 11 months ago

!syncforlemmy@lemmy.world

[-] ShittyKopper@lemmy.blahaj.zone 5 points 11 months ago* (last edited 11 months ago)

Something I haven't seen most apps do (but the webui does) is converting (tm) => (tm)

no clue if there are similar substitutions out there, would probably need to check the code to confirm

[-] can@sh.itjust.works 4 points 11 months ago* (last edited 11 months ago)

#i take it back third image in link is NSFW when I copied the code for some reason! It's just rick roll on the actual link though? Sorry, this formatting is still new to me.

Testing from this post (nsfw instance, but sfw post showing markdown for multiple photos)

[-] ljdawson@lemmy.ml 4 points 11 months ago
[-] phuntis@sopuli.xyz 2 points 11 months ago
load more comments (6 replies)
[-] A10@kerala.party 3 points 11 months ago
[-] lulguy@lemmy.world 2 points 11 months ago

text [^footnote] embedded.

[^footnote]: footnote text with [^another] embedded footnote with continuation

[^another]: footnote text with continuation

Random more comment after the footnotes

[-] ljdawson@lemmy.world 2 points 11 months ago
load more comments
view more: next ›
this post was submitted on 22 Jul 2023
234 points (100.0% liked)

Sync for Lemmy

14983 readers
28 users here now

👀


Welcome to Sync for Lemmy!

Download 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: @MargotRobbie@lemmy.world


founded 1 year ago
MODERATORS