stefanprobst / rehype-extract-toc

MIT License
18 stars 0 forks source link

Export ToC as a variable #1

Closed yordis closed 2 years ago

yordis commented 2 years ago

Related to: https://github.com/wooorm/xdm/issues/96#issuecomment-955702120

Add tableOfContents with the content,

export const tableOfContents = { … }

export default function MDXContent() { … }