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.Props` type is deprecated - Rewrite comma expression

Update exports section in package.json Similar issue with a good explanation: https://github.com/uuidjs/uuid/pull/449/files

Allows HTML character codes starting with a capital letter to be replaced. https://github.com/probablyup/markdown-to-jsx/issues/447

Related to the suggestion for a sanitise function in https://github.com/probablyup/markdown-to-jsx/issues/225#issuecomment-469783194, and issue #313 and PR #406. A function to sanitise the raw HTML would be useful to enable specifying a...

This PR should allow for custom markdown syntax parsing as requested in this issue: https://github.com/probablyup/markdown-to-jsx/issues/313 I added a new property named `additionalParserRules` that can be given `MarkdownToJSX.Rules` which are added...

found out that the following text makes an infinte loop inside the package, which crashes the page: ``` n the Apple macOS operating system,.DS_Store is a file that stores custom...

Hi, Thank you for your work on this useful package ! I noticed that HTML characters begining with a capital letter are not replaced when using the compiler option `namedCodesToUnicode`....

The only way to differentiate inline-code and a codeblock is to check if `` has a `` as it`s direct ancestor. While we can override a "code" element by writing:...

Hello All, I am using this awesome package for my react web uses. Was wondering is there an equivalent package for **react-native** ?? i am looking for the following support...