Skip to content

Commit

Permalink
fix: add source path for links to be clickable
Browse files Browse the repository at this point in the history
  • Loading branch information
kometenstaub committed Mar 13, 2022
1 parent ce5310e commit f151206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/file_modal.ts
Expand Up @@ -85,6 +85,6 @@ export default class FileModal extends Modal {
});

//@ts-ignore
await MarkdownRenderer.renderMarkdown(this.syncFile, el, null, null);
await MarkdownRenderer.renderMarkdown(this.syncFile, el, this.file.path, null);
}
}

0 comments on commit f151206

Please sign in to comment.