mirror of
https://github.com/maradotwebp/obsidian-avatar.git
synced 2026-07-22 07:30:24 +00:00
correct markdown source path
This commit is contained in:
parent
f3cbf967fd
commit
b2af00b449
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@
|
|||
|
||||
$: if(descriptionPreviewEl && plugin && state && state?.description) {
|
||||
descriptionPreviewEl.innerHTML = '';
|
||||
MarkdownRenderer.renderMarkdown(state.description, descriptionPreviewEl, "", plugin);
|
||||
MarkdownRenderer.renderMarkdown(state.description, descriptionPreviewEl, ctx?.sourcePath ?? "", plugin);
|
||||
}
|
||||
</script>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue