Skip to content

Commit aceb5b8

Browse files
committed
test: Enable rehype codeBlocks
1 parent eeecf57 commit aceb5b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/markdown-confluence-sync/markdown-confluence-sync.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ module.exports = {
4141
rootPageName: "Cross",
4242
},
4343
logLevel: "debug",
44-
// rehype: { codeBlocks: true },
44+
rehype: { codeBlocks: true },
4545
};

0 commit comments

Comments
 (0)