Skip to content

Not ignoring vue inside nested code blocks in markdown #3833

Closed
@brc-dd

Description

@brc-dd

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 [email protected]

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions