feat: support emitters defining external resources, emit link from contentindex directly

This commit is contained in:
Jacky Zhao
2025-03-05 18:16:17 -08:00
parent 31b554c96f
commit 68f01725e8
8 changed files with 34 additions and 8 deletions

View File

@@ -59,8 +59,6 @@ export const Latex: QuartzTransformerPlugin<Partial<Options>> = (opts) => {
},
],
}
default:
return { css: [], js: [] }
}
},
}