useContent() ignores everything that is fetched from useAsyncData. How can I change this/delay the ToC generation until useAsyncData has completed (because I think that's where the problem lies)?const { toc } = useContent() only includes headings from MainArticle.md (## Some heading)