You must log in or register to comment.
Is there anything special about Lemmy markdown?
yup. for example
!community@instance
It’s not Lemmy markdown. The implementation used in lemmy-ui (specifically) is markdown-it. And yes it’s special (not in a good way).
Some of us advised Lemmy devs to switch to a CommonMark implementation before it’s too late. That would have allowed for using higher quality and faster implementations, not to mention allowing/easing better interop. But the devs weren’t interested in the suggestion.
https://github.com/LemmyNet/lemmy-ui/blob/main/src/shared/markdown.ts
Literally from the Lemmy ui GitHub repo
i use JS. not TS or Node.JS