We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
<div><p \t="" class="martian" data-info="Illudium Q-36" id="marvin"></p><p>Next line</p></div>
\t=""
The text was updated successfully, but these errors were encountered:
(parser) fixed: additional attribute '\t'='' appears if we use multil…
8857e41
…ine attributes (fixes slim-template#796)
I use this workaround (Inversion-des@8857e41), but there should be some better solution.
Sorry, something went wrong.
=
86d643e
No branches or pull requests
There is some problem with render:
produces
<div><p \t="" class="martian" data-info="Illudium Q-36" id="marvin"></p><p>Next line</p></div>
Attribute
\t=""
is wrong here.The text was updated successfully, but these errors were encountered: