pngwn / MDsveX

A markdown preprocessor for Svelte.
https://mdsvex.pngwn.io
MIT License
2.35k stars 101 forks source link

Cant pass options to remark-rehype plugin #451

Open josetr opened 2 years ago

josetr commented 2 years ago

In order for https://github.com/wataru-chocola/remark-extended-table to work, the following rehype options are required:

    .use(remarkRehype, null, { handlers: Object.assign({}, extendedTableHandlers) })
flintec-studio commented 1 year ago

Do you have any more details on how to get remark-extended-table working with mdsvex?