Dog
Anyone using solid-social with solid-markdown?
I found this compileMarkdown function on github that might work.
https://github.com/lukaprsina/fizika/blob/fe6dfd9344c4e6fe93821a6167144ff9a2478464/web/src/components/Markdown.tsx#L194C14-L194C14
I can't test it at the moment as my laptop is freezing every few seconds
69 replies
Anyone using solid-social with solid-markdown?
https://stackblitz.com/edit/solid-ssr-vite-qyuqxf?file=src%2Froutes%2Findex.tsx
Ok I made a compileMarkdown util and used and , also removed async in there and then returned it inside a Dynamic component but it's still not working :/
69 replies
Anyone using solid-social with solid-markdown?
https://stackblitz.com/edit/solid-ssr-vite-qyuqxf?file=src%2Froutes%2Findex.tsx
I'd like the markdown content to be rendered server side as I'm storing it in supabase database
69 replies