Advice for rendering markdown (in Sveltekit)? #4353
Unanswered
benjaminalgreen
asked this question in
Help
Replies: 1 comment
-
Highly recommend svelte-exmarkdown Simple, component-driven, stable. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all, I'm looking for advice on how best to render markdown from messages. I've tried server and client side with mdsvex and can't get it to work. Svelte-markdown seems to work out of the box but isn't ideal.
Closest I've gotten is using the experimental transform and rendering chunks to markdown, but then each chunk gets rendered in
Any advice is much appreciated!
Beta Was this translation helpful? Give feedback.
All reactions