Skip to content

Fix error when using a markdown task list item across lines

What does this MR do and why?

Upgrading to deckar01-task_list 2.3.4 fixes this, as well as making that particular syntax invalid (a checkbox on a following line). Gem diff: https://my.diffend.io/gems/deckar01-task_list/2.3.3/2.3.4

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

How to set up and validate locally

Paste the following markdown into an issue comment or description field. There should be no checkbox.

- one
  - foo
    [ ] bar

Related to #441686 (closed)

Edited by Brett Walker

Merge request reports