Markdown code block parses its content

Steps to reproduce

Consider markup

```markdown
---
title: test
---
```

and switch to the Live Preview mode

Expected result

image

Actual result

image

Debug info

SYSTEM INFO:
Obsidian version: v1.1.4
Installer version: v1.0.0
Operating system: Windows 10 Pro 10.0.22621
Login status: logged in
Catalyst license: insider
Insider build toggle: on
Live preview: on
Legacy editor: off
Base theme: light
Community theme: none
Snippets enabled: 0
Restricted mode: off
Plugins installed: 58
Plugins enabled: 25
1: Filename Heading Sync v1.7.0
2: Custom Attachment Location v0.0.9
3: Templater v1.16.0
4: Advanced URI v1.31.1
5: Shortcuts extender v2.2.0
6: Show Current File Path v0.5.2
7: Copy Image and URL context menu v1.4.0
8: Folder Note Core v1.3.6-unofficial
9: AidenLx’s Folder Note v0.16.4
10: Recent Files v1.3.5
11: Obsidian Link Converter v0.1.5-unofficial
12: Local images v0.14.2
13: Electron Window Tweaker v1.0.8
14: Obsidian42 - BRAT v0.6.36
15: Dataview v0.5.47
16: Plaintext v0.2.0
17: Hot Reload v0.1.10
18: Obsidian Better Internal Link Inserter v1.0.0
19: Quick Switcher++ v2.3.4
20: Full Calendar v0.9.1
21: Frontmatter Links v1.2.7
22: Consistent attachments and links v1.0.8
23: Obsidian Git v2.13.0
24: Omnisearch v1.9.1
25: Linter v1.9.1

thanks

I found more cases

```markdown
![](image.png)
```

Tries to render the image in the Live Preview mode.

Moreover, it complains regardless if the file exists or not

Also I found that some markdown features are parsed in both Live Preview and Preview modes

```markdown
**This should not appear bold**
```

Live Preview:

Preview:

will be fixed 1.5.4

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.