Closed jdaviescoates closed 10 months ago
I've tried e.g.
todo: task 1 @username task 2 @username task 3 @username
But that just got summarised as one task
And I tried:
Some more tasks: todo: task 1 @jdaviescoates todo: task 2 @jdaviescoates
But those weren't picked up at all.
Perhaps you could simply add an example bit of text to the the README?
each line needs to have the keyword as per readme, so
todo: task 1 @username todo: task 2 @username todo: task 3 @username
should work and it does in my test:
I've tried e.g.
But that just got summarised as one task
And I tried:
But those weren't picked up at all.
Perhaps you could simply add an example bit of text to the the README?