NordSecurity / storyblok-rich-text-astro-renderer

Storyblok Rich Text Renderer for Astro
MIT License
24 stars 6 forks source link

Fix list_item node to not render fragment in HTML #48

Closed edvinasjurele closed 1 year ago

edvinasjurele commented 1 year ago

Context

When doing the support for list_item I accidently made the <fragment>...</fragment> in HTML. This should have skipped the HTML tag. This MR fixes this.

Changes

QA

Before:

image

After:

image