deckar01 / task_list

Markdown Task List feature components
MIT License
9 stars 7 forks source link

Drop support for link spaces #19

Closed deckar01 closed 6 years ago

deckar01 commented 6 years ago

Fixes #4

Drop support for the [text] (url) and [text] [ref] markdown syntax. This syntax was already incompatible with the task list syntax, so dropping support for it is considered a bug fix.

The common mark spec does not allow this optional link spacing and this library's primary user (GitLab) recently dropped support for it.