Md文档中插入base,在实时预览模式下,base显示为源代码

Steps to reproduce

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

Y

Expected result

Insert base into document md and preview it in real-time

Actual result

base is displayed as source code and must be clicked once outside the document interface to display as real-time preview

Environment

SYSTEM INFO:
Obsidian version: v1.9.14
Installer version: v1.9.14
Operating system: Windows 10 IoT Enterprise LTSC 2021 10.0.19044
Login status: not logged in
Language: zh
Insider build toggle: off
Live preview: on
Base theme: adapt to system
Community theme: none
Snippets enabled: 0
Restricted mode: on

RECOMMENDATIONS:
none


Additional information

That’s how

```base

```

code blocks work. Your cursor needs to be out of them for the base to render. Add an extra line before or after the code block so that you can move your cursor outside the base block.

You can also embed a base, ![[base name.base]], or a specific view.

https://help.obsidian.md/bases/create-base#Embed+a+base

You’re right, I added an extra blank line before the code block, and the real-time preview took effect. Thank you

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