Cloudflare Style is in Alpha and is a work-in-progress. Expect changes. Contact DESSYS with any questions.
References
Besides writing purely in markdown, herewith a list of custom MDX components in the global context, allowing you to use them on any page without requiring them to be explicitly imported.
ContentCard
Heading
Description that can be longer than one line.
View Heading<ContentCard destination='#' heading='Heading' description='Description that can be longer than one line.' />
Example
Nested examples
<Example><Example>Nested examples</Example></Example>
Tabs and Tab
- Tab 1
- Tab 2
Content of tab 1
<Tabs><Tab title="Tab 1">Content of **tab 1**</Tab><Tab title="Tab 2">Content of **tab 2**</Tab></Tabs>