Reading mode renders html as markdown

Steps to reproduce

Insert some html table in the page, for example:


<table style='border:1px solid green'><tr><td>

# It should be just html


Content
</table>
</html>

Expected result

Table with green border

Actual result

Editing mode shows table correctly with green border, but reading mode shows rendered markup with heading

Environment

SYSTEM INFO:
Obsidian version: v1.0.0
Installer version: v1.0.0
Operating system: Windows 10 Pro 10.0.19043
Login status: not logged in
Insider build toggle: off
Live preview: on
Legacy editor: off
Base theme: dark
Community theme: none
Snippets enabled: 0
Restricted mode: on


Additional information

Editing mode works ok:
desired

Reading mode shows rendered markdown:
reading

we do not support mixing markdown within html. The html blocks needs to be fully contained in a markdown block (blank lines)

This is what I’m saying, preview mode does not render markdown inside HTML, as it should be, but reading mode shows markdown inside the HTML, which should not be the case.