[BUG-14706] Markdown component doesn't render lists

I’m trying to use the Markdown component to render a list. The component is simply stripping the list formatting entirely.

If I try with the following Markdown source strings:

* Item one
* Item two
- Item one
- Item two
+ Item one
+ Item two
1. Item one
2. Item two

I get the same result as shown below.

image

Update on this, it seems like it renders properly if padding is added. I added 50px of padding in my case and it’s showing up properly now.

image

That shouldn’t be necessary. I opened a ticket yesterday to address this, because we’ve noticed similar issues in the past.

Right, just wanted to provide that information if it was helpful to you guys.

This issue was fixed in the 8.0.6 nightly build that was uploaded today (10/9).