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.
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.
That shouldn’t be necessary. I opened a ticket yesterday to address this, because we’ve noticed similar issues in the past.
1 Like
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).