mirror of
https://github.com/muerwre/vk-tg-bot.git
synced 2025-05-06 04:06:40 +07:00
parent
7dd72aa4e3
commit
3fcb2793e7
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue