Lists with check boxes render indentation wrong

Thanks for adding check box support for lists! It seems I found the first bug in the new feature :sweat_smile:

Steps to reproduce

This code:

1. One
	1. Indent
	2. Indent
		1. Further Indent
2. Two
	1. Indent

---

1. [ ] One
	1. [ ] Indent
	2. [ ] Indent
		1. [ ] Further Indent
2. [ ] Two
	1. [ ] Indent

is rendered like this:

image

Environment

  • Operating system: Ubuntu Linux 20.04
  • Obsidian version: 0.8.14

this is what is left to fix in 0.8.15

1. [ ] a 
2. [ ] a 
    1. hello
    2. ccc

Hi, so since 0.8.15, my example renders correctly, but @WhiteNoiseโ€™s example still doesnโ€™t (I modified it for clarity):

1. [ ] a 
2. [ ] b 
    1. hello
    2. ccc

this was fixed at some point