math2001 / MarkdownLivePreview

A Sublime Text 3 plugin to preview your markdown as you type
https://math2001.github.io/MarkdownLivePreview
MIT License
304 stars 37 forks source link

TFS row/col query string params removed from preview links #75

Closed wscarter closed 4 years ago

wscarter commented 6 years ago

Links to specific functions in Team Foundation Server contain a row/col query string param. The preview link in MarkdownLivePreview for some reason removes them from the rendered link location. Issue does not appear to be on TFS side, as other markdown renderers link correctly.

math2001 commented 4 years ago

Could you give an example of such a link? I have tested this:

[search for sublime text](https://duckduckgo.com/?q=sublime+text)

And it seems to work fine. I have rewritten the whole package, and there are a lot less quirks about manipulating the final html (although there still are some because sublime's minihtml is really quirky), so I'm gonna assume it works now. If it doesn't, please reopen this issue.