Chilling in the morning before I start my day job.
Sleepless One
Insomniac code gorilla. I help maintain lemmy-ui and, to a lesser extent, Lemmy’s backend.
- 0 Posts
- 3 Comments
Joined 1 year ago
Cake day: April 21st, 2024
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
I get a chuckle out of the “Tankie Triad” talking point some people keep using. It sounds like a villain organization from a Saturday morning cartoon.
Regarding the markdown point for lemmy-ui, I think part of the issue is that we don’t use a markdown parser tailored to our purposes. We use
markdown-it
, and our custom (non-common mark, so stuff like the spoiler blocks) stuff uses plugins for it like this one. One of these days I’d like to make a markdown parser specifically for Lemmy.