Skip to content

Commit 621e196

Browse files
committed
chore: Add preprocessor to test how to use external modules
1 parent ca98fe7 commit 621e196

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

markdown-confluence-sync.config.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
module.exports = {
2+
preprocessor: (content) => {
3+
// eslint-disable-next-line no-console
4+
console.log(content);
5+
return content;
6+
},
7+
logLevel: "debug",
8+
};

0 commit comments

Comments
 (0)