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
Sparser encounters parse error 1 more start types than end types. when supplying < as an html attribute such as:
1 more start types than end types.
<
<div data-direction="<"> previous </div>
in a larger example:
<div class="swiper-container"> <div class="glide"> <div class="glide__track" data-glide-el="track"> <ul class="glide__slides"> <li class="glide__slide"><img src="image1.png" alt="" /></li> <li class="glide__slide"><img src="image2.png" alt="" /></li> <li class="glide__slide"><img src="image3.png" alt="" /></li> </ul> <div data-glide-el="controls"> <button class="" data-glide-dir="<">prev</button> <button data-glide-dir=">">next</button> </div> </div> </div> </div>
I get 5 more start types than end types despite < as an attribute still only occurring once.
5 more start types than end types
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Sparser encounters parse error
1 more start types than end types.
when supplying<
as an html attribute such as:in a larger example:
I get
5 more start types than end types
despite<
as an attribute still only occurring once.The text was updated successfully, but these errors were encountered: