markdown-preview.nvim
markdown-preview.nvim copied to clipboard
Links Problems with markdown previews
Bug Description links override tab and stop server with markdown previews
To Reproduce Steps to reproduce the behavior: write a link in the markdown like
[test](https://google.com)
and click on it on the preview then go back to the previous page
Expected behavior I think it should open in a new tab or don't stop server so we can go back after clicking on a link.