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
All checks were successful
Build & Publish / Build & Publish (push) Successful in 1m23s
This commit is contained in:
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();
|
const output = processor.processSync(text).contents.toString();
|
||||||
|
|
||||||
if (markdown) {
|
if (markdown) {
|
||||||
|
console.log("HERE--->", output, transformMDLinks(output));
|
||||||
|
|
||||||
return transformMDLinks(output);
|
return transformMDLinks(output);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue