reflex icon indicating copy to clipboard operation
reflex copied to clipboard

Use tailwind typography plugin by default

Open minimav opened this issue 7 months ago β€’ 4 comments

This PR addresses #1529 to make the HTML component display tags correctly by default via the Tailwind typography plugin as suggested on the issue itself and using the prose class as mentioned here.

Example of this working:

Screenshot 2024-06-29 at 15 28 19

via this:

Screenshot 2024-06-29 at 15 28 37

All Submissions:

  • [x] Have you followed the guidelines stated in CONTRIBUTING.md file?
  • [x] Have you checked to ensure there aren't any other open Pull Requests for the desired changed?

Type of change

  • [x] New feature (non-breaking change which adds functionality)

New Feature Submission:

  • [x] Does your submission pass the tests?
  • [x] Have you linted your code locally prior to submission?

Changes To Core Features:

  • [x] Have you successfully ran tests with your changes locally?

minimav avatar Jun 29 '24 14:06 minimav