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

Item numbering using $ and @ symbols not working #7

Open
wombatbuddy opened this issue Dec 4, 2023 · 0 comments
Open

Item numbering using $ and @ symbols not working #7

wombatbuddy opened this issue Dec 4, 2023 · 0 comments

Comments

@wombatbuddy
Copy link

wombatbuddy commented Dec 4, 2023

Use case 1 (using $)
Steps to reproduce

Use the following pattern:
ul>li.item$*3

The expected result:
ul [] [ li [ class "item1" ] [] , li [ class "item2" ] [] , li [ class "item3" ] [] ]

The actual result:
ul [] [ li [ class "item$" ] [] , li [ class "item$" ] [] , li [ class "item$" ] [] ]

Use case 2 (using @)
Steps to reproduce

Use the following pattern:
ul>li.item$@2*3

The expected result:
ul [] [ li [ class "item2" ] [] , li [ class "item3" ] [] , li [ class "item4" ] [] ]

The actual result:
ul [] [ li [ class "item$@2" ] [] , li [ class "item$@2" ] [] , li [ class "item$@2" ] [] ]

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

No branches or pull requests

1 participant