Problem Description
The following code:
#import "@preview/tally:0.1.1": todo-list, tally
#show: tally.with(color: red)
#todo-list
TODO: First TODO
TODO: Second TODO
TODO: Third TODO
TODO: Fourth TODO
TODO: Fifth TODO
TODO: Sixth TODO
produces this:
However, removing the blank lines between the todos produces the expected behavior.
Problem Description
The following code:
produces this:
However, removing the blank lines between the todos produces the expected behavior.