markdown-to-jsx icon indicating copy to clipboard operation
markdown-to-jsx copied to clipboard

🏭 The most lightweight, customizable React markdown component.

Results 172 markdown-to-jsx issues
Sort by recently updated
recently updated
newest added

React has removed the JSX global namespace in React 19, as a result, it needs to be accessed via the React global namespace now React.JSX. node_modules/markdown-to-jsx/dist/index.d.ts:122:17 - error TS2503: Cannot...

Adding `` to a string parsed by the `Markdown` component causes the component to crash. ### Reproduction 1. Go to https://markdown-to-jsx.quantizor.dev/ 2. Paste: ``` This is markdown ``` 3. 🔥