bullets.vim icon indicating copy to clipboard operation
bullets.vim copied to clipboard

Checkboxes only work on + and - bullets

Open ayyess opened this issue 5 years ago • 0 comments

- [X] foo
	* [X] foo
		a. [ ] foo
		b. [ ] foo
		- [X] foo
	+ [ ] foo
	- [X] foo
		1. [ ] foo
		2. [ ] foo
		3. [ ] foo
		- [X] foo
	- [X] foo
		i. [ ] foo
		ii. [ ] foo
		iii. [ ] foo
		- [X] foo

Toggling the parent checkbox only toggles the currently checked boxes. GFM is also able to handle ~~star~~plus bullets and numbered lists.

  • [X] foo
    • [X] foo a. [ ] foo b. [ ] foo
      • [X] foo
    • [ ] foo
    • [X] foo
      1. [ ] foo
      2. [ ] foo
      3. [ ] foo
      • [X] foo
    • [X] foo i. [ ] foo ii. [ ] foo iii. [ ] foo
      • [X] foo

ayyess avatar Jun 14 '20 10:06 ayyess