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

Supports syntax highlighting features in *.md files #2890

Open
87xie opened this issue May 14, 2024 · 0 comments
Open

Supports syntax highlighting features in *.md files #2890

87xie opened this issue May 14, 2024 · 0 comments

Comments

@87xie
Copy link

87xie commented May 14, 2024

Description

In *.mdx files, syntax highlighting features work as expected, but they do not work in *.md files. I'm not sure if this is a bug or due to some limitations. The same situation occurs in both v2 and v3 alpha.

```js filename="test.js" {1}
console.log('hello world')

console.log('goodbye world')
```

*.mdx

image

*.md

image

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

No branches or pull requests

1 participant