According to [spec](https://github.github.com/gfm/#example-498). There is bracket syntax for links which contain whitespaces. However, cmark-gfm-swift does not handled it correctly. input: ```[link]()``` cmark-gfm's output: ```link``` cmark-gfm-swift's output: ```[link](</my uri>)```