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
Showing more than 10 alternatives does not work:
#slide(title: "Test")[ #alternatives[1][2][3][4][5][6][7][8][9][10][11] ]
will only generate slides from 1 up to 10.
1
10
Setting max-repetitions does not make the 11 appear:
max-repetitions
11
#slide(title: "Test")[ #polylux-slide(max-repetitions: 15)[ #alternatives[1][2][3][4][5][6][7][8][9][10][11] ] ]
The text was updated successfully, but these errors were encountered:
This should be fixed on the main branch. Reminding me of how long there hasn't been a release 🫣
main
Sorry, something went wrong.
I trigger this regularly, could we perhaps get a release so I don't have to depend on a git version?
No branches or pull requests
Showing more than 10 alternatives does not work:
will only generate slides from
1
up to10
.Setting
max-repetitions
does not make the11
appear:The text was updated successfully, but these errors were encountered: