weizwz
Results
1
issues of
weizwz
### Describe the bug 我尝试在项目构建时,生成rss文件。使用createMarkdownRenderer函数来渲染文章内容,传了一些md配置,但是并没有生效。  ### Reproduction 1. 在 docs/.vitepress/config/index.ts 配置中的 buildEnd 方法里调用生成rss的函数 2. 生成rss的函数里调用createMarkdownRenderer渲染文章,并传入md配置 3. 渲染完成生成rss文件后,md的配置并没有生效 ### Expected behavior 预期createMarkdownRenderer函数的参数生效 ### System Info ```Text System: OS: macOS 15.4.1...
stale