MeanderingProgrammer / render-markdown.nvim

Plugin to improve viewing Markdown files in Neovim
MIT License
1.73k stars 38 forks source link

feature: Add icons to image and link to distinguish them #55

Closed MasouShizuka closed 4 months ago

MasouShizuka commented 4 months ago

Is your feature request related to a problem? Please describe.

Currently, both link and image are rendered only as text in [], and there is no way to distinguish between the two: image

Describe the solution you'd like

Add icons for link and image to distinguish them,like: image

Describe alternatives you've considered

Edit: Or could add highlights of both.

Additional information

No response

MeanderingProgrammer commented 4 months ago

Sure, added here: https://github.com/MeanderingProgrammer/markdown.nvim/commit/501e5e01493204926aa4e2a12f97b7289636b136

LMK if this is what you had in mind!

MasouShizuka commented 4 months ago

That's exactly what I wanted, thank you!