fix(docs): correct mdc code fences in components page#1411
Conversation
|
@janfrl is attempting to deploy a commit to the NuxtLabs Team on Vercel. A member of the Team first needs to authorize it. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
commit: |
|
If the "Commits must have verified signatures." policy is a problem for merging, just let me know and i can probably amend my commits to include a signature. |
If you can, that would be great! |
b6e9fb4 to
ce1fc1a
Compare
Sure, both PRs now have commits with verified signatures :) |
Fixes the Markdown Components page at https://docus.dev/en/essentials/components.
Some component examples on this page include MDC syntax inside code tabs. In the current page, that structure can cause later sections to be treated as part of the preceding tab content, which means large parts of the page are no longer rendered as regular documentation sections.
This PR restores the expected page structure so each component section is rendered independently.