Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support interactive check lists #811

Merged

Conversation

xcoulon
Copy link
Member

@xcoulon xcoulon commented Jan 4, 2021

feat: support interactive checklists

when the interactive option is set on the first unordered
list item, it's move to the list itself, but then the checkstyle
attribute on each list item (and its first element) is also modified
to reflect the presence of the aforementionned interactive option.

fixes #659

Signed-off-by: Xavier Coulon [email protected]

when the `interactive` option is set on the first unordered
list item, it's move to the list itself, but then the `checkstyle`
attribute on each list item (and its first element) is also modified
to reflect the presence of the aforementionned `interactive` option.

fixes bytesparadise#629

Signed-off-by: Xavier Coulon <[email protected]>
@xcoulon xcoulon force-pushed the Issue629_checklist_interactive_option branch from 0d2769f to 67e2f39 Compare January 4, 2021 21:49
@xcoulon xcoulon changed the title Issue629 checklist interactive option support interactive check lists Jan 4, 2021
@codecov
Copy link

codecov bot commented Jan 4, 2021

Codecov Report

Merging #811 (67e2f39) into master (e86a252) will increase coverage by 0.03%.
The diff coverage is 89.65%.

@@            Coverage Diff             @@
##           master     #811      +/-   ##
==========================================
+ Coverage   79.44%   79.48%   +0.03%     
==========================================
  Files          87       87              
  Lines        5294     5318      +24     
==========================================
+ Hits         4206     4227      +21     
- Misses        750      752       +2     
- Partials      338      339       +1     

@xcoulon xcoulon merged commit 158988e into bytesparadise:master Jan 4, 2021
@xcoulon xcoulon deleted the Issue629_checklist_interactive_option branch January 4, 2021 21:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

checklists should support %interactive option
1 participant