Markdown formatting in mermaid diagrams broken since 1.13.4

Steps to reproduce

  1. open new note
  2. enter
flowchart LR
    A(**test**) -->|**arrow**| B(test2)

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

Yes. No mods, custom css deactivated

Expected result

The text in the box “test” and the label “arrow” should be rendered bold.
This worked before 1.13.4.

Actual result

Text not bold, “**” displayed as visual characters instead

Environment

SYSTEM INFO:
Obsidian version: 1.13.4
Installer version: 1.12.7
Operating system: Windows 11 Pro N 10.0.26100
Login status: not logged in
Language: en
Insider build toggle: off
Live preview: off
Base theme: dark
Community theme: none
Snippets enabled: 0
Restricted mode: on
RECOMMENDATIONS:
none

no linux


Additional information

none

Sorry, not used to this forum. The website tried to interpret the mermaid tag of the example. Second try:

```mermaid
flowchart LR
A(**test**) -->|**arrow**| B(test2)
```

You are not using the right syntax