gmunguia / markdown-it-plantuml

:herb: :book: plantuml diagrams in your markdown
MIT License
98 stars 21 forks source link

URI path issue in preview #41

Open jeffyus opened 1 year ago

jeffyus commented 1 year ago

Hello,

I added vscode links in plantuml code like this:

[[vscode://file/C:/... (full link name)... text]]

While the generated HTML worked properly, the preview link is not correct. It seems to be adding an extra current path to the front of the absolute URI file path.

Thank you.