daniel-ac-martin / NotGovUK

An implementation of the GOV.UK Design System in React that provides support for writing internal applications in addition to public ones.
https://not-gov.uk/
MIT License
27 stars 8 forks source link

Better MDX support #270

Open daniel-ac-martin opened 2 years ago

daniel-ac-martin commented 2 years ago

We could allow users to provide pages as .mdx files. This would be handy for documentation websites.

We could also automatically add ids to headings. See:

RobinKnipe commented 2 years ago

You can also add components into .mdx pages (using the standard import Component from 'component.jsx' syntax), so you could even build simple form flows in MDX

daniel-ac-martin commented 1 week ago

Markdown (and MDX) pages are now supported.

daniel-ac-martin commented 1 week ago

Released in v0.12.0.