Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better MDX support #270

Open
daniel-ac-martin opened this issue Dec 2, 2021 · 3 comments
Open

Better MDX support #270

daniel-ac-martin opened this issue Dec 2, 2021 · 3 comments

Comments

@daniel-ac-martin
Copy link
Owner

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
Copy link
Collaborator

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
Copy link
Owner Author

Markdown (and MDX) pages are now supported.

@daniel-ac-martin
Copy link
Owner Author

Released in v0.12.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants