You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Title
<Item>
Lorem Ipsum
<Item>
<Item>
Lorem - Ipsum
<Item>
<Item>
Lorem * Ipsum
<Item>
The last two items will have paragraphs passed as children, instead of simple text like the first item. Might have to do with the parsing for lists? Any way to avoid this?
The text was updated successfully, but these errors were encountered:
The issue can be seen by adding a - or a * to content of the <small> tag here: https://probablyup.com/markdown-to-jsx/ and inspecting the content of the resulting <small>. You'll notice a paragraph is inserted when the list characters are present.
I would love to help fix this, but my regex skills are abysmal. Any idea when you'll manage to get a fix in?
If my Markdown looks like this:
The last two items will have paragraphs passed as children, instead of simple text like the first item. Might have to do with the parsing for lists? Any way to avoid this?
The text was updated successfully, but these errors were encountered: