1
0
Fork 0
mirror of https://github.com/muerwre/vk-tg-bot.git synced 2025-04-24 22:46:41 +07:00

fix md links again
All checks were successful
Build & Publish / Build & Publish (push) Successful in 1m23s

This commit is contained in:
Fedor Katurov 2025-02-24 21:39:52 +07:00
parent 7dd72aa4e3
commit 3fcb2793e7

View file

@ -90,6 +90,8 @@ export class Template<
const output = processor.processSync(text).contents.toString(); const output = processor.processSync(text).contents.toString();
if (markdown) { if (markdown) {
console.log("HERE--->", output, transformMDLinks(output));
return transformMDLinks(output); return transformMDLinks(output);
} }