paragraph regexp error – gitmemory

github.com/probablyup/markdown-to-jsx/blob/8df97428e5ea63a585160b0146495a0060fe45d6/index.tsx#L324

expect:

[Markdown](http://daringfireball.net/projects/markdown/) lets you write content in a really natural way.
* You can have s, like this one
* Make things **bold** or *italic*

parse to a paragraph and a list contain 2 items,but it trimed it as one paragraph.

image

and these regexp expression seems come out from a generator,could publish it to us,for get a deeper investigate

Read more here: Source link