mdx-rs icon indicating copy to clipboard operation
mdx-rs copied to clipboard

`:::details `not work as expect

Open dr2009 opened this issue 1 year ago • 0 comments

js 版本正常的 https://github.com/web-infra-dev/rspress/blob/main/packages/plugin-container-syntax/src/remarkPlugin.ts#L76-L77

rs实现应该使用 <details> <summary>而不是<div>

dr2009 avatar Mar 26 '24 01:03 dr2009