cowboycodr / BlueQ

Vertically integrated marketing/newsletter/blog email software. Manages the collection, crafting, and sending of emails.
https://blueq.app
GNU General Public License v3.0
0 stars 0 forks source link

Render emails with Maizzle and `@tailwindcss/typography` #58

Closed cowboycodr closed 4 months ago

cowboycodr commented 4 months ago

Since our WYSIWYG editor is using tw's prose we can't use the traditional react.email, svelte-email, etc. Instead we have to programmatically generate our templated with maizzle because maizzle apparently has support for prose (?).

Currently here are my resources: https://github.com/tailwindlabs/tailwindcss/discussions/7684

cowboycodr commented 4 months ago

https://maizzle.com/guides/markdown-emails#tailwindcsstypography

cowboycodr commented 4 months ago

https://maizzle.com/guides/markdown-emails#tailwindcsstypography

Apparently Maizzle literally doesn't have support for @tailwindcss/typography because inlining prose's styles are too complex.

Time to find either:

A. A work around B. Another library that can style markdown this well.