79087185

Date: 2024-10-14 17:46:37
Score: 2
Natty:
Report link

The problem is that mdsvex is a Markdown preprocessor for Svelte components, thus acting at compile-time. Though it can be made use of in dynamic contexts, there are better solutions for this.

Something like svelte-markdown (based on Marked) that renders Markdown dynamically will do the job better here

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: thodnev