import * as lume from "https://deno.land/x/lume@v1.17.5/plugins/resolve_urls.ts";
Functions
A plugin to convert links to source files to the final page | |
Split the filename and the extra content (query or hash) from a path Example: "/foo.md?hello=world" => ["/foo.md", "?hello=world"] Example: "/foo.md#hello=world" => ["/foo.md", "#hello=world"] |