Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support white-space: pre-wrap #175

Merged
merged 4 commits into from
Oct 12, 2024
Merged

Support white-space: pre-wrap #175

merged 4 commits into from
Oct 12, 2024

Conversation

jugglerchris
Copy link
Owner

Add support for CSS white-space values normal, pre, and pre-wrap.
Change the implementation of <pre> - it's now treated the same as <p> with white-space: pre (even with CSS disabled - the style is constructed directly rather than going through a CSS parser).

Closes #157

@jugglerchris jugglerchris merged commit cf88565 into main Oct 12, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support CSS white-space: pre-wrap
1 participant