obsidian-chat-view
obsidian-chat-view copied to clipboard
Please support Markdown within HTML tags.
On Version 1.6.0 Markdown within HTML tags like <p>[[this]]</p>
appears not to work for me:
```chat
< me | <p>This [[link]] is **not** linked.</p>
> also me | This [[link]] works.<br />It's a **workaround**.
```
Is it possible to support Markdown within enclosing HTML tags?
Thank you for this awesome plugin!
Hi @hinnerk. Sorry for the delayed reply. I've looked into this. Turns out, if there are HTML Tags involved in the text, the official Obsidian Markdown Renderer interprets it as HTML code and doesn't actually render the markdown syntax.
I'll see if I can find a workaround. Will get back to you soon.