mirror of
https://github.com/quartz-community/syntax-highlighting.git
synced 2026-07-22 02:50:27 +00:00
Move clipboard script and styles from Quartz core Body.tsx into the syntax-highlighting plugin. Injected via externalResources() hook with a new clipboard option (defaults to true). Adds esbuild text-loader for .inline.ts and .scss files.
4 lines
79 B
TypeScript
4 lines
79 B
TypeScript
declare module "*.scss" {
|
|
const content: string;
|
|
export default content;
|
|
}
|