andi23rosca / solid-markdown

Render Markdown as Solid components
MIT License
106 stars 10 forks source link

Remark MDX plugin issue #4

Open davedbase opened 2 years ago

davedbase commented 2 years ago

Hey! I just tried using the remark-mdx plugin and having a bit of trouble. Try:

<SolidMarkdown
  children={data.article}
  remarkPlugins={[ remarkMdx ]}
/>

All I seem to get is the error index.js:29 Uncaught (in promise). Strange!

andi23rosca commented 2 years ago

will give it a look, thanks for raising the issue

davedbase commented 2 years ago

@jutanium tried to implement a shiki syntax highlighter and had some trouble as well. I believe @high1 may have investigated this as well rather quickly.

Murzbul commented 2 years ago

Hi! Some news from this issue?