Soon

Results 171 comments of Soon

fixed in https://github.com/web-infra-dev/rspress/pull/2533

Hi, could you please tell us your typedoc configuration, Does this API meet your needs? ```ts pluginTypeDoc({ typedoc(app) { app.bootstrap({ }) } }) ```

In Rspress, we've been calling `admonition` as `container` for a while, so I prefer `markdown.container` ref: https://github.com/web-infra-dev/rspress/blob/73e84b61778eb5f0e7d80580f8bc095c696c18aa/packages/core/src/node/mdx/remarkPlugins/containerSyntax.ts#L3 Our current grammar has certain differences from Docusaurus, and I believe we may...

https://github.com/web-infra-dev/rspress/pull/2708#issuecomment-3484944346

thanks for your report❤ Curious how you clicked into this package. are you looking for a Rust Markdown compiler?

@ckken 可能和 lightningcss 的压缩有关,你可以把压缩前的 css 和压缩后的 css 贴一下 可以利用 lightningcss playground https://lightningcss.dev/playground/index.html 辅助调试

> [@SoonIter](https://github.com/SoonIter) 确认了 是 lightning css 的问题!谢谢 😂好的,能定位问题就好,可以把问题代码和具体问题也贴一下,辅助我们修复上游 lightningcss 的问题 @GiveMe-A-Name cc ⚡️

@ckken 这个问题看上下文猜测是 webpack-runtime 会用 css 变量来定位 module,这些变量是用的 [“乱码” 的形式](https://rspack.dev/zh/config/output#outputcssheaddatacompression) 来压缩体积的 这个 “乱码” 过 lightningcss 再压缩一遍出现了问题,把 ”乱码“ 关掉 或者把lightningcss 压缩关掉都可以解决问题 所以你只要把开 lightningcss minimize 前的 css 和关 minimize 后的 css 贴出来就行 ---...

> 这个问题解决了么, 现在遇到了 @SoonIter 解决方法上面有哈,麻烦提供最小复现

Hello, is this still in progress?