mirror of
https://github.com/muerwre/vk-tg-bot.git
synced 2025-04-28 08:26:40 +07:00
Compare commits
2 commits
bdb00e84b8
...
3fcb2793e7
Author | SHA1 | Date | |
---|---|---|---|
![]() |
3fcb2793e7 | ||
![]() |
7dd72aa4e3 |
2 changed files with 3 additions and 1 deletions
|
@ -11,7 +11,7 @@ steps:
|
|||
image: plugins/docker
|
||||
when:
|
||||
branch:
|
||||
- master
|
||||
- never # should be master, but nevermind
|
||||
settings:
|
||||
dockerfile: docker/Dockerfile
|
||||
context: "."
|
||||
|
|
|
@ -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