chore: improve importing markdown file name (#368)

为被导入的 Markdown 片段文件名添加 `_`,防止为其生成页面。比如:https://docs.halo.run/developer-guide/theme/vo/ThemeVo

参考文档:https://docusaurus.io/docs/2.x/markdown-features/react#importing-markdown

/kind improvement

```release-note
None
```
This commit is contained in:
Ryan Wang
2024-06-03 14:35:44 +08:00
committed by GitHub
parent 7eec30763e
commit de60c8a3fd
312 changed files with 448 additions and 448 deletions
@@ -0,0 +1,6 @@
```json title="ContentVo"
{
"raw": "string", // 原始文本,一般用于给编辑器使用
"content": "string" // 最终渲染的文本
}
```