yzane / vscode-markdown-pdf

Markdown converter for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=yzane.markdown-pdf
Other
1.01k stars 206 forks source link

Option to define URL transformation #379

Open nstringham opened 3 months ago

nstringham commented 3 months ago

My markdown contains links with relative paths like [a source code file](/src/path/to/file.java) I want this to get transformed to [a source code file](https://github.com/somedude/somerepo/tree/main/src/path/to/file.java) this could be accomplished by adding an option in vscode settings that I can set to https://github.com/somedude/somerepo/tree/main and that will get pretended to every url that doesn't contain ://

I am willing to try to help make a PR for this if that would be helpful.