We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84335af commit f8fea78Copy full SHA for f8fea78
…ts/scripts/syntax-highlighting.module.ts …ripts/code-syntax-highlighting.module.tsthemes/devlog-theme/assets/scripts/syntax-highlighting.module.ts renamed to themes/devlog-theme/assets/scripts/code-syntax-highlighting.module.ts
themes/devlog-theme/assets/scripts/main.ts
@@ -8,7 +8,7 @@ import { initSearch } from "./search.module.js";
8
import { renderDates } from "./date-time-utils.module.js";
9
import { initAnchorManagementModule } from "./anchor-management.module.js";
10
import { renderOldContentNote } from "./old-page-note.module.js";
11
-import { enhanceAllCodeBlocks } from "./syntax-highlighting.module.js";
+import { enhanceAllCodeBlocks } from "./code-syntax-highlighting.module.js";
12
13
//
14
// Adds the "standalone" class to all images that are don't have any surrounding text.
0 commit comments