Andrew Powell

Results 751 comments of Andrew Powell

Hey thanks for opening an issue and the kind words. We actually looked at a similar thing when we were debugging some issues with gmail styles in classes in as...

I did find this https://github.com/tani/rehype-inline-css which would be a good basis. It's using an outdated `css` package that doesn't support modern css and would probably swap that out for postcss,...

@grahamplace not entirely. Gmail (and it seems limited to Gmail) strips `` tags when forwarding (and it's selective about replies). The current workaround is to use the rehype plugin linked...

@samducker you should be able to use? `disableDefaultStyle`. https://jsx.email/docs/components/hr#component-props (but yeah that's unrelated to this issue)

I've got a solution for the forwarded emails in mind, and I'll be working on that over the next week. What I have in mind will be in the next...

Just wrapped up work on a new hooks system to allow for this. More to come...

I've implemented a new plugin for the next release that inlines CSS which will effectively resolve this issue. I just can't close this until we release that new version. Still...

v2.0.0 PR is up https://github.com/shellscape/jsx-email/pull/206 and contains a plugin to inline css, which will take care of the problems outlined in this issue. We're converting our docs site from vitepress...

Thanks for the issue. This is a known problem that we're working on, and also impacts https://github.com/shellscape/jsx-email/issues/82. For the moment, the fix is to simply exclude `shijiki` (in the next...

@dpeek shiki has had a lot of work done lately, and we're going to be updating to the latest version in v2.0.0 (https://github.com/shellscape/jsx-email/pull/206). I've also pinged @antfu on X to...