diff --git a/src/service/template/index.ts b/src/service/template/index.ts index ed211f8..ea5856a 100644 --- a/src/service/template/index.ts +++ b/src/service/template/index.ts @@ -90,6 +90,8 @@ export class Template< const output = processor.processSync(text).contents.toString(); if (markdown) { + console.log("HERE--->", output, transformMDLinks(output)); + return transformMDLinks(output); }