If I have a regular bullet list like this
* item one
* something else
* and another thing
that works fine (i.e. its formatted like a bulleted list should be)
but if I add this
* <$checkbox> item one
* <$checkbox> something else
* <$checkbox> and another thing
the list format is broken and it gets formatted like this:
* item one *
What's going on here, and how do I fix that?
thanks,
- Dave