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

### Description of the bug When using markdown for making a tasks list, the checkboxes labels aren't parsed as labels but text nodes. This is semantically incorrect, the text for...

Hiya, I'm using [JSON6](https://github.com/d3x0r/JSON6) and have some strings of text containing markdown like this: ``` { description: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt...

Italics MD separated by a line feed does not render the italics correctly as expected. SIngle line feeds should be ignored when creating italics. See reproducable image here:

bug

Due to migration reasons we've ended up rendering only HTML. We've noted sometimes the content is rendered in additional ` ` tags, resulting in invalid HTML. Strangely that happens every...

Normally doing something like ``` Test: - first - second ``` should result in Test: - first - second like it does here. But with `markdown-to-jsx` when doing bulletpoints without...

bug

When I put H1 heading is right after the bullet (one new line between) compiler can't parse it as heading. Example: ``` - **bullet** # [Heading](http://domain.com) ## Test ``` Every...

bug

**When overriding a component, is there a way to generate a `ref`?** _Context: I have generated a TOC from the `h2`s in my markdown file. Now I would like to...

Hi there. I noticed that when I have many html tags after asterisk (*) or underscore (_) character it crashes the browser. For example, try this text on the playground...

In markdown, ``` markdown this is a single paragraph ``` should not be two lines - multi-line paragraphs in markdown are line-broken for readability and should be a single block...

In this paragraph of markdown, the second link isn't parsed by markdown-to-jsx: `Evidence-wise, cognitive restructuring is a component of cognitive-behavioral therapy, which is a strongly supported treatment for a variety...