Table directly below the title (eg: h2, h3, h4...) rendering will failed in preview mode in obsidian v1.3.5

Steps to reproduce

I recently upgraded to the latest version of obsidian and found that the rendering of tables in preview mode was not working. As long as the table is right next to the header and there are no empty rows in between, the table rendering will fail.

Here is my example:

## user 
| username | age |
| --- | --- |
| susan | 24 |
| john | 20 |

If you insert a blank line between the title and the table, the table will render normally.

Did you follow the troubleshooting guide? [Y/N]

Y

Expected result

Table directly below the title render normally.

Actual result

Table rendering failed, still source code.

Environment

SYSTEM INFO:
Obsidian version: v1.3.5
Installer version: v1.3.3
Operating system: Darwin Kernel Version 22.2.0: Fri Nov 11 02:08:47 PST 2022; root:xnu-8792.61.2~4/RELEASE_X86_64 22.2.0
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

RECOMMENDATIONS:
none


Additional information