adifyr / obsidian-chat-view

An elegant chat view for Obsidian pages.
MIT License
202 stars 11 forks source link

Please support Markdown within HTML tags. #26

Open hinnerk opened 1 year ago

hinnerk commented 1 year ago

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!
adifyr commented 1 year ago

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.