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

Not ignoring vue inside nested code blocks in markdown #3833

Closed
brc-dd opened this issue Dec 30, 2023 · 0 comments · Fixed by #3839
Closed

Not ignoring vue inside nested code blocks in markdown #3833

brc-dd opened this issue Dec 30, 2023 · 0 comments · Fixed by #3839
Labels
bug Something isn't working

Comments

@brc-dd
Copy link
Member

brc-dd commented Dec 30, 2023

Try something like this in a markdown file:

````md
```html
<ul>
  <li v-for="todo in todos" :key="todo.id">
    {{ todo.text }}
  </li>
</ul>
```
````
image

Working fine with one-level code blocks.

I'm on vue-tsc@1.8.27

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants