Tables don't work in live preview mode with text above it

After the newest update, tables do not update to be formatted in live preview if there is any text above the header row.

Steps to reproduce

  1. Create a table.
  2. Write text above table.

Expected result

No change to table.

Actual result

Table will lose formatting and will revert to bare text.

Environment

SYSTEM INFO:
Obsidian version: v1.3.4
Installer version: v1.3.4
Operating system: Windows 10 Enterprise 10.0.19045
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: off
Plugins installed: 0
Plugins enabled: 0

This has been removed on purpose, as half of the markdown implementations on the market requires an empty line, and while live preview previously allowed tables without an empty line before, reading view didn’t, which was inconsistent and people found out that their tables didn’t work elsewhere.

Ahh, I see. Sorry, I looked in patch notes but didn’t find anything about it. I just assumed it was a bug because it works with no line above it in reading mode but doesn’t in live preview mode.