Skip to content

Checkboxes only work on + and - bullets #83

@ayyess

Description

@ayyess
- [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 starplus bullets and numbered lists.

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions