obsidian-chat-view icon indicating copy to clipboard operation
obsidian-chat-view copied to clipboard

Please support Markdown within HTML tags.

Open hinnerk opened this issue 1 year ago • 1 comments

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!

hinnerk avatar Apr 22 '23 13:04 hinnerk

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.

adifyr avatar May 06 '23 16:05 adifyr