obsidianmd / obsidian-help

Help documentation for Obsidian.
https://help.obsidian.md
1.1k stars 346 forks source link

Unable to parse `=` in Live Preview #723

Closed VishrutAggarwal closed 5 months ago

VishrutAggarwal commented 5 months ago

When "=" symbol is encased in backticks in live preview mode, it is unable to parse it and instead shows an error.

When in focus: image

When not in focus: image

I didn't see any open issues addressing this so I assume no one came across this (which IS a bit confusing to me)? If there was any issue addressing this problem already, please let me know, I'll close this issue (apologies in advance).

VishrutAggarwal commented 5 months ago

I forgot to add the following information:

sigrunixia commented 5 months ago

This is the repository for the Obsidian help documentation repo.

Your specific issue has to do with the fact that Dataview is trying to process the = sign, as that is one of its triggers. You may need to escape the backticks with a \. For any further questions on this, please refer to the Dataview repository. https://github.com/blacksmithgu/obsidian-dataview