Url parsing should not looks for inline elements
For example,
[https://guillaume-be.github.io/2021-09-16/byte_pair_encoding](https://guillaume-be.github.io/2021-09-16/byte_pair_encoding)
contains _ and it should be kept as is.
on github it works.
It will fix itself if we implement http: and https: to implement a link by itself, as has been suggested before.
Url parsing must inline parse as [my **bold** link](https://nowhere.com/completelyLost.md)
But actually, there is a parser error in that if I try with raw, I get this error in parsing:
Microdown parse: '[{{https://guillaume-be.github.io/2021-09-16/byte_pair_encoding}}](https://guillaume-be.github.io/2021-09-16/byte_pair_encoding)'
gives:

That is, some of the arguments are moved to after the URL thingie.
I am just at the moment sitting and rewriting the entire inline parser - maybe it will be less problematic if I succeed.
Gogogo I also hated that guy.