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

Bumps [tar](https://github.com/isaacs/node-tar) from 6.1.15 to 6.2.1. Changelog Sourced from tar's changelog. Changelog 7.0 Rewrite in TypeScript, provide ESM and CommonJS hybrid interface Add tree-shake friendly exports, like import('tar/create') and import('tar/read-entry')...

dependencies

Hello! I have defined some overrides to used for some markdown but I want to define in one of those overrides an override to the overrides. Something like: ``` ({children}),...

The library declares ```ts declare const Markdown: React.FC; ``` This makes it hard to wrap the `Markdown` component because every type becomes an `any`. For example: ```ts import MarkdownToJsx from...

Just paste: ` ` Into: https://markdown-to-jsx.quantizor.dev/ Result on JS console: react-dom.production.min.js:84 Uncaught Error: Minified React error #290; visit https://reactjs.org/docs/error-decoder.html?invariant=290&args[]=movieResultRef for the full message or use the non-minified dev environment for...

Bumps [ws](https://github.com/websockets/ws) from 8.11.0 to 8.17.1. Release notes Sourced from ws's releases. 8.17.1 Bug fixes Fixed a DoS vulnerability (#2231). A request with a number of headers exceeding the[server.maxHeadersCount][] threshold...

dependencies

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...

dependencies

First of all, thank you for the amazing package. It works perfectly. There are some minor issues with rendering emojis, but that's not a big deal to fix it from...

I'm passing the following HTML string that contains a 3 level nested `ul` to `markdown-to-jsx` ```html TestTestTestTestTestTestezkefzefzefzefzzefzefzefzefzef ``` Unfortunately, it seems that the lib struggle rendering. It freezes for a...

Hi, First this is awesome library, it really helps a lot. I have a noob question, if anyone has idea, please let me know, appreciated. I am using this library...

```mdx - one - two - three ) ``` yields: ![image](https://github.com/quantizor/markdown-to-jsx/assets/47085752/50c95070-334f-4d4b-936f-d9169521a87a) expected: ![image](https://github.com/quantizor/markdown-to-jsx/assets/47085752/375c89d2-fd9b-451d-94d1-605008db4fbc)