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

TASKLISTS extension should accept [X] as a completed task, ie. uppercase x is acceptable #191

Closed
vsch opened this issue Sep 10, 2015 · 0 comments · Fixed by #195
Closed

Comments

@vsch
Copy link
Contributor

vsch commented Sep 10, 2015

Fixed with tests. PR on its way.

vsch added a commit to vsch/pegdown that referenced this issue Sep 10, 2015
…the header as part of the anchor name generator text, text accumulated, special chars ignored. Fix sirthias#194

fix sirthias#190, two or more blank lines between list items would break the list into separate lists
fix sirthias#191, completed task list items could have capital X not just lowercase. [X] and [x] are equivalent.
fix sirthias#192, paragraph wrapping for list items would produce an AST different from how blank lines before list items. Now identical.
fix sirthias#193 change private to protected methods in ToHtmlSerializer so that it can be extended without duplicating code
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 a pull request may close this issue.

1 participant