We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 236cb11 commit 7609718Copy full SHA for 7609718
src/command/render/resources.ts
@@ -18,7 +18,7 @@ import { extractResolvedResourceFilenamesFromQmd } from "../../execute/ojs/extra
18
import { asMappedString } from "../../core/mapped-text.ts";
19
import { RenderedFile, RenderResourceFiles } from "./types.ts";
20
import { PartitionedMarkdown } from "../../core/pandoc/types.ts";
21
-import { isAbsolute } from "https://deno.land/[email protected]/path/win32.ts";
+import { isAbsolute } from "path/mod.ts";
22
23
export function resourcesFromMetadata(resourcesMetadata?: unknown) {
24
// interrogate / typecast raw yaml resources into array of strings
0 commit comments