diff --git a/src/github/utils.ts b/src/github/utils.ts index 20781494..4861bb92 100644 --- a/src/github/utils.ts +++ b/src/github/utils.ts @@ -87,6 +87,8 @@ export function replaceGitHubUrlToMarkdown( } }); + text = makeMarkdown(tree); + return text; }