docs: share tweak copy button
This commit is contained in:
@@ -42,7 +42,6 @@ export function ContentMarkdown(props: Props) {
|
||||
class={style.root}
|
||||
data-highlight={props.highlight === true ? true : undefined}
|
||||
data-expanded={expanded() || props.expand === true ? true : undefined}
|
||||
style={{ position: "relative" }}
|
||||
>
|
||||
<div data-slot="markdown" ref={overflow.ref} innerHTML={html()} />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user