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(attributes): treat non-bounded attribute like html attributes #91

Merged
merged 2 commits into from
Dec 12, 2024

Conversation

farnabaz
Copy link
Collaborator

resolves nuxt-modules/mdc#296

non-bounded attributes should be treated as HTML attributes to preserve consistency between the MDC component signature and the HTML signature.

<component code="D:\file\path">
</component>


:component{code="D:\file\path}

::component
---
code: D:\file\path
---
::

Copy link

codesandbox bot commented Dec 12, 2024

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

@farnabaz farnabaz merged commit 8ed9bd2 into main Dec 12, 2024
1 check passed
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.

MDC break when using \ inside a non-v-binded prop
1 participant