I use obsidian as my reading notes, and I use highlight syntax to highlight the summary,
At the top of the file, I use Embedded Queries to focus on the highlighted content, like this,
/==(.+)==/ file:"notebook" path:"notebook"
This is a good result, but there is also an obvious problem. The search results are not rendered using the markdown syntax,
Can I render search results in markdown syntax by default?
Or use any other third-party plug-in to do this?