markdown-folder-to-html icon indicating copy to clipboard operation
markdown-folder-to-html copied to clipboard

Support hash and parameters in links

Open mwanji opened this issue 5 years ago • 0 comments

The combined use of path and URL and how the URL instance is created feels hack-ish to me, but here's a first attempt. Let me know what you think.

The URL instance creation workaround is because the URL class is quite strict in the input it accepts.

URL discards relative paths, so I use path to work around that.

Fixes #36

mwanji avatar Sep 23 '20 20:09 mwanji