this post was submitted on 10 Mar 2024
12 points (100.0% liked)

Sync for Lemmy

16099 readers
3 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 2 years ago
MODERATORS
12
Markdown tests (lemmy.world)
submitted 2 years ago* (last edited 2 years ago) by ljdawson@lemmy.world to c/syncforlemmy@lemmy.world
 

If you come across something that doesn't work pop it here

all 21 comments
sorted by: hot top controversial new old
[โ€“] broton33@lemmy.world 2 points 1 year ago (1 children)

Markdown in the media bias bot doesn't work as visibly intended.

See: https://lemmy.zip/post/20009358

[โ€“] d00ery@lemmy.world 1 points 1 year ago (1 children)

Yep, I have this issue too.

Came here to report the new fact-check bot

Example of failed post

[โ€“] can@sh.itjust.works 1 points 2 years ago (1 children)

Any progress being made here? I was really hoping that not being able to view certain communities such as !newbrunswick@lemmy.ca would be considering bad enough of a bug to bring a little development back.

[โ€“] ljdawson@lemmy.world 2 points 2 years ago (1 children)

Yup. I'm in the process of ripping out the old markdown processor.

[โ€“] can@sh.itjust.works 1 points 2 years ago (1 children)

Hey! Good to hear from you. Hope you took some good time for yourself. I appreciate the progress update on the merkdown.

[โ€“] ljdawson@lemmy.world 2 points 2 years ago (1 children)

I've been flat out on new features. Just finishing up a built in ad blocker เผผ ใค โ—•_โ—• เผฝใค

[โ€“] cory_lowry@lemmy.world 0 points 2 years ago (1 children)

What's it gonna do? ๐Ÿ‘€ Hopefully block ads for web pages you're viewing?

[โ€“] ljdawson@lemmy.world 1 points 2 years ago (1 children)

Yup. Even managed to get websites caching and working offline too.

[โ€“] cory_lowry@lemmy.world 1 points 2 years ago (1 children)

Any way you can block the "sign up for the newsletter" type dialogs that websites like to have? Lol

[โ€“] ljdawson@lemmy.world 1 points 2 years ago (1 children)

Already added (โ˜ž๏พŸใƒฎ๏พŸ)โ˜ž

[โ€“] cory_lowry@lemmy.world 1 points 2 years ago

เผผ ใค โ—•_โ—• เผฝใค

[โ€“] Agret@lemmy.world 1 points 1 year ago

This in-line animation doesn't work but when you tap on it there preview is fine

https://lemmy.dbzer0.com/comment/12956813

[โ€“] CMahaff@lemmy.world 1 points 2 years ago

The bullet points in my comment here render correctly in the official Lemmy frontend, but not in Sync: https://lemmy.world/comment/6271596

[โ€“] tb_@lemmy.world 1 points 2 years ago* (last edited 2 years ago)

Code blocks in quotes appear a little funky.

Some line of code


> Extended quote
> ```
More code

Further extended quote

Hi!

Moderator from !perth@aussie.zone here.

Just been playing around using the spoiler tags as makeshift drop down lists in the sidebar for the Perth/WesternAustralia community, and noticed the 'spoiler' markdown formatting isn't recognised in the 'about' page on the Sync app. :)

[โ€“] ljdawson@lemmy.world 0 points 2 years ago* (last edited 2 years ago) (1 children)

Superscript was reported as ^not working^

[โ€“] redcalcium@lemmy.institute 1 points 2 years ago (1 children)

Lemmy-ui uses markdown-it-sup, so I think superscript should work on a single word like this: ^superscript^ . It won't work if there is a space in the superscript text: ^this wont work^ . Each word must be enclosed with superscript tags: ^this^ ^should^ ^work^

screenshot for those not currently using a web browser