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

I have some texts that present many continuous space characters. Since I upgraded markdown-to-jsx to version 7.1.6, parsing these texts crashes the app. I did some tests and this is...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

**Steps to reproduce** - install Markdown-to-JSX with Version greater than `v6.10.2` - Render HTML tags inside a markdown table: ``` import React from "react"; import Markdown from "markdown-to-jsx"; export default...

Thanks for this amazing package! found a quite serious bug, which even crashes on the website. screenshoot with crash: **Steps to reproduce** - go to the website: https://probablyup.com/markdown-to-jsx/ - `![Drag...

bug
help wanted

When I am running my react-app in local it works fine, but when I push in production, it does not convert text to markdown.

Good day, For a project, I'm populating a Slug from a translation message key (using [Next-Multilingual](https://www.npmjs.com/package/next-multilingual)'s slugify feature). I use this slug to target an anchor link that's located on...

Lets suppose I have a content ``` React + Typescript is awesome ``` as it has + sign so it include a p tag which will turn out as ```...

I am dealing with converting a legal document to markdown to be shown with this library. I would like to show ordered lists with different types of ordered list style...

Is there a way to disable parsing of raw HTML altogether? I know I can override specific tags but I'd like to automatically escape HTML characters without transforming the data...

Hello. I came across an interesting behavior when playing around with Markdown. Looks like Markdown is breaking my string in a wrong way and it is breaking my the text...

bug
help wanted