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

Additional attribute '\t'='' appears if we use multiline attributes #796

Open
Inversion-des opened this Issue Jan 8, 2018 · 1 comment

Comments

Projects
None yet
1 participant
@Inversion-des

Inversion-des commented Jan 8, 2018

There is some problem with render:

div
	p[
		id="marvin"
		class="martian"
		data-info="Illudium Q-36"
	]
	p Next line

produces
<div><p \t="" class="martian" data-info="Illudium Q-36" id="marvin"></p><p>Next line</p></div>
Attribute \t="" is wrong here.

Inversion-des added a commit to Inversion-des/slim that referenced this issue Jan 8, 2018

@Inversion-des

This comment has been minimized.

Show comment
Hide comment
@Inversion-des

Inversion-des Jan 8, 2018

I use this workaround (Inversion-des@8857e41), but there should be some better solution.

Inversion-des commented Jan 8, 2018

I use this workaround (Inversion-des@8857e41), but there should be some better solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment