oleeskild / obsidian-digital-garden

MIT License
1.43k stars 129 forks source link

Transcluded item with title extra $ sign #520

Open denisgorod opened 12 months ago

denisgorod commented 12 months ago

![[File|{{title}}]] displays a $ sign before the actual title. This is also visible in the markdown file: $<div class="markdown-embed-title"> is the code in the corresponding file.

Thank you for the amazing plugin, it is incredible :)

denisgorod commented 12 months ago

It would seem to me that the error stems from here: https://github.com/oleeskild/obsidian-digital-garden/blob/f047cd671535b6e2ec0501e6f3be3bddb0effa4f/src/compiler/GardenPageCompiler.ts#L437

But i do not understand the code well enough to do something more than search for keywords.