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

feat: Add support for "Task list items" from GitHub Flavored Markdown #113

Merged
merged 1 commit into from
Aug 29, 2021

Conversation

ap0llo
Copy link
Owner

@ap0llo ap0llo commented Aug 28, 2021

Add support for GitHub Flavored Markdown's task list items

Fixes #92

💥 BREAKING CHANGE: Introduces new base class for list items and updates list classes to use the base type. This is a binary breaking change and requires recompilation of code consuming the library.

@ap0llo ap0llo added this to the v2.6 milestone Aug 28, 2021
@ap0llo ap0llo force-pushed the features/gfm-task-lists branch 2 times, most recently from 3348735 to b92a6b0 Compare August 29, 2021 18:19
@ap0llo ap0llo changed the title [WIP]feat: Add support for "Task list items" from GitHub Flavored Markdown feat: Add support for "Task list items" from GitHub Flavored Markdown Aug 29, 2021
@ap0llo ap0llo merged commit b1382c4 into master Aug 29, 2021
@ap0llo ap0llo deleted the features/gfm-task-lists branch August 29, 2021 18:51
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.

Implement task lists from GFM
1 participant