solid-markdown
solid-markdown copied to clipboard
Render Markdown as Solid components
When i use ```js const [markdown, { mutate, refetch }] = createResource(...); return ; ``` it doesnt work. it only works with ```js return {!markdown.loading && }; ``` please fix...
@andi23rosca I was going through the process of adapting solid-site to solid-start and noticed that solid-markdown was tripping on a document reference: ```ts ReferenceError: document is not defined at /Users/ddibiase/Projects/solid-site/node_modules/solid-markdown/dist/index.js:8:39186...
Hey! I just tried using the remark-mdx plugin and having a bit of trouble. Try: ```ts ``` All I seem to get is the error `index.js:29 Uncaught (in promise)`. Strange!
One thing that is cool with `react-markdown` is that even if you provide a content that is being streamed, what was already added to the DOM won't re-rendered again, allowing...
There are some breaking changes in remark-gfm, `solid-markdown` is only compatible with the version `3.0.1`. Error with the `remark-gfm#4.0.0`:  ### Workaround Pin the version of `remark-gfm` on `3.0.1` and...
is there a way to integrate the mermaid charts in the markdown?
### Motivation Hi there! If you're anything like me you love SolidJS and you think `solidjs-markdown` is a great package. `` your disbelief for a moment and imagine yourself in...
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 2 to 3. Release notes Sourced from pnpm/action-setup's releases. v3.0.0 The action is updated to run on Node.js v20 v2.4.0 Add ability to install standalone binary (pnpm/action-setup#92)....
``` stderr | unknown test Module "util" has been externalized for browser compatibility. Cannot access "util.deprecate" in client code. See http://vitejs.dev/guide/troubleshooting.html#module-externalized-for-browser-compatibility for more details. ❯ src/pages/package/Package.test.tsx (0) ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Failed Suites...
I don't know what's going on, but on a solid start project of mine, since 2.0.2, I get the following error: `The requested module '/_build/node_modules/.pnpm/[email protected]/node_modules/debug/src/browser.js?v=d23bb9d6' does not provide an export...