omnivore-app / obsidian-omnivore

Obsidian plugin to fetch articles and highlights from Omnivore
MIT License
737 stars 39 forks source link

Issue: Markdown Syntax in Emails Adds Unwanted Slash in Obsidian #241

Open FrnklyN opened 5 days ago

FrnklyN commented 5 days ago

Description: When I send an email formatted in Markdown to my Omnivore email address, and the item is synced to Obsidian, there is always an unwanted slash ( \ ) before the Markdown syntax.

Example:

• In my email: # Title • In Obsidian: \# Title

As a result, the Markdown syntax is not rendered correctly in Obsidian.

Attempts to Fix: I have tried the following without success:

{{content}}{{{content}}}{{&content}}{{{&content}}}

Question: How can I prevent the unwanted slash from appearing so that the Markdown syntax is correctly rendered in Obsidian?

Thank you for your assistance!