mirror of
https://github.com/muerwre/vk-tg-bot.git
synced 2025-04-29 00:46:41 +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
|
image: plugins/docker
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
- master
|
- never # should be master, but nevermind
|
||||||
settings:
|
settings:
|
||||||
dockerfile: docker/Dockerfile
|
dockerfile: docker/Dockerfile
|
||||||
context: "."
|
context: "."
|
||||||
|
|
|
@ -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