Skip to content

Markdown in Tasklist not correctly rendered for link without space

Description of the problem

having the following task list in markdown gets incorrectly renderd:

- [ ] [git][git]
- [ ] [tortoise git][tortoise]
- [ ] [putty][putty]

[git]: https://git-scm.com/
[tortoise]: https://tortoisegit.org/
[putty]: http://www.chiark.greenend.org.uk/~sgtatham/putty/

the ones with only a single word without space in its description get incorrectly rendered as bullets instead of a task list.

markdowngitlab

Which Group/Project (with full path) is experiencing the issue?

any

Approximate date/time when the error occurred.

noticed right now

Describe what you were doing right before the issue occurred.

not relevant i think