summaryrefslogtreecommitdiff
path: root/spec/services/task_list_toggle_service_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Properly identify task lists inside a blockquote64697-markdown-issues-checkbox-inside-blockquote-status-won-t-be-savedBrett Walker2019-07-191-0/+17
| | | | | Updated the task list regex to understand blockquote characters that can come before the task item marker
* Fenced blockquotes to not change source line pos58717-checkbox-cannot-be-checked-if-a-blockquote-is-aboveBrett Walker2019-04-041-0/+21
| | | | | Replaces blockquote fences with \n, keeping the line numbering intact.
* Find checkbox input with less specific selectorBrett Walker2019-02-121-6/+26
|
* Enable fast task lists for merge requestsBrett Walker2019-02-071-0/+11
| | | | Allow single tasks to be updated quickly
* Remove Redcarpet markdown engineJan Provaznik2019-02-041-73/+32
| | | | | This engine was replaced with CommonMarker in 11.4, it was deprecated since then.
* Address review commentsBrett Walker2019-01-311-110/+108
|
* Fix TaskListToggleService specsBrett Walker2019-01-301-40/+81
|
* Added changelog and danger fixesBrett Walker2019-01-301-0/+2
|
* Raise exception if we can't match the update_taskBrett Walker2019-01-301-28/+35
| | | | and some additional refactoring
* Refactor and added specsBrett Walker2019-01-301-0/+78