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

🐛 Fix endpoint layout #824

Merged
merged 1 commit into from
Oct 18, 2023
Merged

🐛 Fix endpoint layout #824

merged 1 commit into from
Oct 18, 2023

Conversation

MeganSteenkamp
Copy link
Contributor

Remark plugin was causing sections to be rendered before slots were used, which was affecting our layout. Change to use a rehype plugin so HTML is transformed instead of transforming MDX.

Test plan: Expect guides layout and table of contents to be unaffected.

yarn.lock Show resolved Hide resolved
Remark plugin was causing sections to be rendered before slots were used, which was affecting our layout.
Change to use a rehype plugin so HTML is transformed instead of transforming MDX.

Test plan: Expect guides layout and table of contents to be unaffected.
@MeganSteenkamp MeganSteenkamp merged commit e769a76 into master Oct 18, 2023
1 check passed
@MeganSteenkamp MeganSteenkamp deleted the fix-endpoint-layout branch October 18, 2023 23:19
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

Successfully merging this pull request may close these issues.

3 participants