[Parser bug] Image inside <details> tag does not shows in preview

It should be a parser bug.
When I inserting image in

tag it does not shows.

In this topic I described and added screenshots of the problem.

Steps to reproduce

Paste details tag into obsidian editor and add any image inside.

Example:

<details>
  <summary markdown="span">This is the summary text, click me to expand</summary>
	![[image.png]]
</details>

Expected result

After expand image shows inside tag in preview.

Actual result

In expand tag shows only markdown text of image. ![[image.png]]

Environment

  • Operating system: Windows 10
  • Obsidian version: v0.12.4

Additional information

It’s not a bug. We don’t support any markdown within HTML. This is due to a design decision to optimize progressive preview of large files.