iamcco / markdown-preview.nvim

markdown preview plugin for (neo)vim
MIT License
6.67k stars 277 forks source link

Links Problems with markdown previews #625

Closed PalsFreniers closed 5 months ago

PalsFreniers commented 9 months ago

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.

CrossScarDev commented 5 months ago

It doesn't stop the server this is actually a different problem where the real content is at /page/1 but it redirects to /1 while keeping content after pressing back if you replace /1 with /page/1 it should fix your problem

PalsFreniers commented 5 months ago

ok thanks

CrossScarDev commented 2 months ago

but this is still a problem and I will be opening a new issue.