Render Markdown as Solid JS components
npm install @furmeet/solid-markdownreact-markdownThe implementation is 90% shamelessly copied from https://github.com/remarkjs/react-markdown.
Changes include:
- Replacing React specific component creation with SolidJS components
- Porting the implementation from javascript with JSDoc types to typescript
Please check the original repo for in-depth details on how to use.
npm install solid-markdown
`Usage
`jsx
import SolidMarkdown from "solid-markdown";const markdown =
- here's
- a
- list``
const App = () => {
return
}