maizzle / framework

Quickly build HTML emails with Tailwind CSS.
https://maizzle.com
MIT License
1.2k stars 48 forks source link

Fix multiple same replacement #1316

Closed Jordinateur closed 1 month ago

Jordinateur commented 1 month ago

Hey,

This is me again, you will laugh.... It wasn't working on multiple same replacement.

I tried to prevent using String.replace all the time but it wasn't working as intended, so i kept it like this.

I also added a test to check this specific case.