Joe McBroom
Joe McBroom
@shadcn I know you're busy but I tracked down the line which seems to be blocking the workaround I hesitate to open a PR for it though since it's there...
@shadcn if it's a simple fix but you don't have time to work on it, let me know I'd love to sync on it and be able to contribute. And...
No, since the `EmailShareButton` just generates a `mailto` link with the body as a parameter. HTML tags are not supported. https://github.com/Bunlong/next-share/blob/e7b23a1ff49b273db64f0d017b37c5ad07e2ce7c/src/components/buttons/EmailShareButton.ts#L10-L16 https://stackoverflow.com/a/21010507/7922166