Current code that performs the readme markdown links replacements has some bugs:
-
Full url is expanded to a blog url rather than a raw URL. For display in nuget.org, we must use raw (i.e. https://github.com/devlooped/nugetizer/blob/6f88c3fd7e1c3b161d1364eed73fa8ab37e82455/foo.png should be https://github.com/devlooped/nugetizer/blob/6f88c3fd7e1c3b161d1364eed73fa8ab37e82455/foo.png
-
Links can also have a link tooltip in addition to text and url, such as: [](https://github.com/mccaffers). We should preserve that if present.
-
We got this link [](https://github.com/torutek) replaced as [](https://github.com/torutek)


Current code that performs the readme markdown links replacements has some bugs:
Full url is expanded to a blog url rather than a raw URL. For display in nuget.org, we must use raw (i.e. https://github.com/devlooped/nugetizer/blob/6f88c3fd7e1c3b161d1364eed73fa8ab37e82455/foo.png should be https://github.com/devlooped/nugetizer/blob/6f88c3fd7e1c3b161d1364eed73fa8ab37e82455/foo.png
Links can also have a link tooltip in addition to text and url, such as:
[](https://github.com/mccaffers). We should preserve that if present.We got this link
[](https://github.com/torutek)replaced as[](https://github.com/torutek)