File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ import { quartoConfig } from "../../core/quarto.ts";
8787import { metadataNormalizationFilterActive } from "./normalize.ts" ;
8888import { kCodeAnnotations } from "../../format/html/format-html-shared.ts" ;
8989import { projectOutputDir } from "../../project/project-shared.ts" ;
90- import { extname , join , relative , resolve } from "../../deno_ral/path.ts" ;
90+ import { extname , relative , resolve } from "../../deno_ral/path.ts" ;
9191import { citeIndexFilterParams } from "../../project/project-cites.ts" ;
9292import { debug } from "../../deno_ral/log.ts" ;
9393import { kJatsSubarticle } from "../../format/jats/format-jats-types.ts" ;
@@ -891,9 +891,9 @@ async function resolveFilterExtension(
891891 }
892892 }
893893
894- // The filter string points to an executable file which exists
894+ // The filter string points to a file which exists
895895 if ( existsSync ( filter ) && ! Deno . statSync ( filter ) . isDirectory ) {
896- const type = extname ( filter ) !== "lua" ? "json" : "lua" ;
896+ const type = extname ( filter ) !== ". lua" ? "json" : "lua" ;
897897 return {
898898 at : "__quarto-auto" ,
899899 type,
You can’t perform that action at this time.
0 commit comments