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

fix: prevent adding unintended whitespaces to the generated html #310

Merged
merged 1 commit into from
Feb 1, 2024

Conversation

ncpa0cpl
Copy link
Collaborator

@ncpa0cpl ncpa0cpl commented Feb 1, 2024

Fixed an issue where the generated html with compact option set as false (which is the default) would add unintended whitespaces between text elements separated by open or closing tags.

Also replaced the compact option with pretty, as from now on the default is to produce non formatted html.

closes #309

@ncpa0cpl ncpa0cpl merged commit c1c89d2 into master Feb 1, 2024
3 checks passed
@ncpa0cpl ncpa0cpl deleted the fix/consistent-whitespace branch February 1, 2024 10:56
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.

Unwanted whitespaces
1 participant