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

Compare commits

..

No commits in common. "3fcb2793e712ca950243d138770165c0aa5bd902" and "bdb00e84b866c7f6417992bdc11f18a9749bcd77" have entirely different histories.

2 changed files with 1 additions and 3 deletions

View file

@ -11,7 +11,7 @@ steps:
image: plugins/docker image: plugins/docker
when: when:
branch: branch:
- never # should be master, but nevermind - master
settings: settings:
dockerfile: docker/Dockerfile dockerfile: docker/Dockerfile
context: "." context: "."

View file

@ -90,8 +90,6 @@ 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);
} }