It would be great to have the component system from https://playfulprogramming.com/ in our docs where we can do: ```md <!-- ::start:tabs --> # React Some React # Angular Some Angular # Vue Some Vue <!-- ::end:tabs --> ``` To define three different tabs # Code references https://github.com/TanStack/tanstack.com/blob/12b21bc8a5eccd02ab37b337eb50da57a88195c8/src/components/Doc.tsx#L42 https://github.com/playfulprogramming/playfulprogramming/blob/main/src/utils/markdown/components/tabs/rehype-transform.ts