mirror of
https://github.com/alrayyes/wiki.git
synced 2025-04-30 06:14:13 +00:00
collapsible toc
This commit is contained in:
parent
917d5791ac
commit
6d5491fdcb
14 changed files with 176 additions and 114 deletions
quartz/components
|
@ -4,9 +4,9 @@ import clipboardStyle from './styles/clipboard.scss'
|
|||
import { QuartzComponentConstructor, QuartzComponentProps } from "./types"
|
||||
|
||||
function Body({ children }: QuartzComponentProps) {
|
||||
return <article>
|
||||
return <div id="quartz-body">
|
||||
{children}
|
||||
</article>
|
||||
</div>
|
||||
}
|
||||
|
||||
Body.afterDOMLoaded = clipboardScript
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue