Is there anyway to get an intermediate rendering o...
# questions
m
Is there anyway to get an intermediate rendering of checkbox for a todo list? Something in between complete
[x]
and incomplete
[ ]
? Right now I use
[-]
. But it doesn't render to a box in markdown. As far as I know markdown only offers the incomplete and complete variants. Does anyone else use a workaround to this? I also use this in combination with the TODO tree plugin to help organize and sort tasks.