markdown-to-jsx
markdown-to-jsx copied to clipboard
π The most lightweight, customizable React markdown component.
Fenced code blocks are parsed as inline code if backticks are not preceded by two newlines. Example input: ```js const input = "Run the following commands and verify no results...
## Description In our project, `markdown-to-jsx` renders most of the user content, so it's one of the essential libraries. We faced a problem when we were trying to mark up...
Markdown ``` description: |9563|Some|Some text| | --- | --- | --- | ``` renders to html with extra row and td ``` 9563 Some Some text ``` Is it posible...
Hi, I found a specific input that makes the component hang the browser: ```jsx { ` |VRAC_T_1|\`π©-2\` VRAC|π΅end address of original task\`π¦-1\` F68|π΅parking of \`AF0374\`\`π¦-6\` E27| ` } ``` The...
Hi, I have to build a chat bot page, and I only want to render code snippet in the text (which is marked by ``` symbols). I don't want to...
I get the error when react is rendering under both Chrome and Firefox. The markdown is just 1 line of text, no actual markdown formatting. I am using Webpack to...
If we want to use a bold for example after a custom component, the markdown will render correctly the custom component but not the following text. It seems to be...
This errors with Preact but not React so I've posted a potential [bug report with Preact](https://github.com/preactjs/preact/issues/4083). I'm also mentioning it here in case there's something on the Markdown-to-JSX side which...
Is there a way to render a fallback value when I use a empty markdown? Like: if my children is `**` then the markdown render empty span. There is a...
If a link has an image as the content, they render as plain text. It doesn't matter if the link has text content together with the image, if the link...