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

Unwanted whitespaces #309

Closed
woxxo opened this issue Jan 30, 2024 · 1 comment · Fixed by #310
Closed

Unwanted whitespaces #309

woxxo opened this issue Jan 30, 2024 · 1 comment · Fixed by #310

Comments

@woxxo
Copy link

woxxo commented Jan 30, 2024

The build-in prettification of the resulting html output does produce the unwanted whitespaces between tags, see example below:

	return (
		<div>
		<span>*<strong>item</strong>line1</span>
		<span>*item<span class="class1">line</span>4</span>
		</div>
	);

Output:
image
image

The expected output:
image

Please add an option to turn off the prettification of the output if necessary!

@ncpa0cpl
Copy link
Collaborator

ncpa0cpl commented Feb 1, 2024

fyi, it is already possible to disable the formatting, via the compact option

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 a pull request may close this issue.

2 participants