Closed clobrano closed 2 months ago
Hey! Thank you for reporting
I am making a new parser for v1 that is much more align to typical markdown. This feature will be part of that!
as this is planned v1 => not a current issue; closing
if I forget to implement in v1, please reopen (if I don't!)
Disclaimer: I am not entirely sure this is up to markdown-oxide, so excuse me in advance if not.
I noticed that markdown reference links in form of link text (an example below) are recognized only if there are no spaces, however I think spaces should be supported (most markdown renderers do support them, for example on GitLab)
example
The first link is recognized, and I can use for example
nmap('K', vim.lsp.buf.hover, 'Hover Documentation')
to show the floating window with information. The second link is not recognized instead.