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

https://bundlephobia.com/package/[email protected] > MinifyError We could not minify one of the source files in this package or its dependencies. Please verify if the contents of 0 can be minified using [terser](https://try.terser.org/)....

Nothing much to explain here, The unescaped tilde in line 547 was making the codeblock that started at 543 to end at 547 instead of 549.

Example markdown: "\*\*Some bold text with\n new line\*\*" This will display as "**Some bold text with new line" (showing the asterisks)

We found out, the following regex is very slow and takes up to 50ms with a single self closing tag on the page. `const HTML_BLOCK_ELEMENT_R = /^ *(?!/]* ?\/>)/]*) ?([^>]*)\/{0}>\n?(\s*(?:]*?>[\s\S]*?|(?!)/]*)...

Bumps [ip](https://github.com/indutny/node-ip) from 2.0.0 to 2.0.1. Commits 3b0994a 2.0.1 32f468f lib: fixed CVE-2023-42282 and added unit test See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ip&package-manager=npm_and_yarn&previous-version=2.0.0&new-version=2.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...

dependencies

Hey, thanks for a fantastic library! `blockquote` rendering seems to have broken sometime between `v7.3.2` and `v7.4.0` and is still broken on the latest release. The bug only affects Firefox...

As of the 7.4 update, custom component overrides that render children are rendering the closing tag in Firefox. This only occurs when the custom component render children; self-closing custom components...

Just a dummy commit to fix #543

Hi there Why does the Version 7.4.1 has this console output in the index.js and index.umd.js? There is also another console.log that looks strange. Thanks for clarifying.