christianalfoni / markdown-to-react-components

Convert markdown into react components
MIT License
132 stars 16 forks source link

Blockquote and List don't support nesting #18

Open VHPaiva opened 7 years ago

VHPaiva commented 7 years ago

Blockquote and list have two problems working with nested elements. If there are two line breaks, elements gets duplicated outside the blockquote;

List

1. Item

2. Item

The same occurs if other elements are nested, but the inner version returns as undefined;

> # Title
> Some text
>
> More Text
christianalfoni commented 7 years ago

Yeah, know about this bug, but have not found any time looking into it :(

richardgorman commented 7 years ago

I am having the same issue, when can we expect a fix to arrive?

christianalfoni commented 7 years ago

@richardgorman When you create a PR for it :)