-
-
Notifications
You must be signed in to change notification settings - Fork 49
Vitepress渲染markdown代码出现<NolebasePagePropertiesEditor />异常标签 #556
Open
Description
✅ 解决方案
临时方案 在markdown代码中的注释符号和注释内容之前不要有空格。
✅ 正常:
#Generate a CA certificate private key.
openssl genrsa -out ca.key 4096❌ 异常:
# Generate a CA certificate private key. <NolebasePagePropertiesEditor /> openssl genrsa -out ca.key 4096