In the following code: ```markdown - a * b bb * c ``` out-denting the last line should result in `- c`, but instead results in `* c`. This is because of the `bb`.
In the following code:
out-denting the last line should result in
- c, but instead results in* c.This is because of the
bb.