Open benruijl opened 5 months ago
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] ] ]
This should be fixed on the main branch. Reminding me of how long there hasn't been a release 🫣
main
I trigger this regularly, could we perhaps get a release so I don't have to depend on a git version?
Showing more than 10 alternatives does not work:
will only generate slides from
1
up to10
.Setting
max-repetitions
does not make the11
appear: