AI agents: fetch the documentation index at llms.txt. Markdown versions are available by appending .md to any page URL, including this page's markdown.
Accordion
Use Accordion and AccordionGroup to hide FAQs and long details behind toggles, keeping docs scannable while still exposing deeper answers on demand.
Use the Accordion component to hide content behind a toggle. Group multiple accordions together with AccordionGroup for a clean, bordered container.
Basic accordion
<Accordion title="What formats does blodemd support?">
Blode.md uses MDX, which combines standard Markdown with JSX components. You
can also reference OpenAPI specs for auto-generated API docs.
</Accordion>Blode.md uses MDX, which combines standard Markdown with JSX components. You can also reference OpenAPI specs for auto-generated API docs.
Accordion group
Wrap multiple accordions in an AccordionGroup to render them in a single bordered container with dividers: