Replies: 1 comment
-
Closing this in favor of #573 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
Background
Sometimes I have the content in plain text and all I want to do is paste it inside a component and have
react-email
"beautify" it for me.Astro has a
Content
component: linkTailwind has their typography plugin
Proposal
Usage might be like this:
And under the hood, it would wrap each paragraph in
<Paragraph />
and<OL />
etc.Maybe
Beta Was this translation helpful? Give feedback.
All reactions