Markdown filter: Unchecked check-box is not extracted properly.

Issue #727 resolved
Deepak created an issue

This is extension of the bug #687

The tasklist is defined as follows

- [x] Set up Jersey Shore recording
- [x] Buy donuts with sprinkles
- [x] Take nap
- [ ] Wash ferret

While extracting and merging, the unchecked task ("Wash ferret" here) is not rendered properly taskklist_unchecked_issue.PNG

The space is missing within the square brackets causing the issue.

Comments (4)

  1. Kuro Kurosaka

    Thank you for finding and fixing this! I did not know this Markdown filter supports task list (by accident). I think the correct way to support the task list is by adding TaskListExtension in MarkdownParser. But somehow the link reference is handling the task lists.

  2. Log in to comment