Results 5 comments of Huansock

Thank you for your answer pngwn, than should i replace my all line in svelte.config.js file to this? thank you for your amazing mdsvex again. ```javascript const svelte = require('svelte/compiler');...

> ``` > git clone https://github.com/iamcco/markdown-preview.nvim.git pack/plugins/start/markdown-preview.nvim > ``` > > reload vim, then in vim: > > ``` > :call mkdp#util#install() > ``` > > reload vim, again.. done...

Btw. Could you add this in documentation? I guess the Users wanna change color box and theme like they want.

hey guys i had same Problem too. and i fixed it without RequestHandler. for that i read BodyParsing in SvelteKit Doc [https://kit.svelte.dev/docs/routing#endpoints-body-parsing](url) Here's my code ```javascript export async function post({...