igorskyflyer / npm-astro-post-excerpt

⭐ An Astro component that renders post excerpts for your Astro blog - directly from your Markdown and MDX files! 💎 Featured on Astro's official Integrations library: https://astro.build/integrations?search=igor.dvlpr 😍
https://www.npmjs.com/package/@igor.dvlpr/astro-post-excerpt
MIT License
22 stars 2 forks source link

Missing whitespace when collecting strings #42

Closed igorskyflyer closed 4 months ago

igorskyflyer commented 4 months ago

When collecting plain text from MD(x) files there is no whitespace between adjacent strings extracted from adjacent nodes, re-add the whitespace.


Expected

Lorem ipsum. Text in a new element

Actual

Lorem ipsum.Text in a new element