-
-
Notifications
You must be signed in to change notification settings - Fork 35
Closed
Labels
🌊 blocked/upstreamThis cannot progress before something external happens firstThis cannot progress before something external happens first🐛 type/bugThis is a problemThis is a problem🙅 no/wontfixThis is not (enough of) an issue for this projectThis is not (enough of) an issue for this project
Description
Subject of the issue
Using '
in javascript code block inside mdx shows an error as the title:
<div> ```js import foo from './foo.js' ``` </div>
Your environment
- OS:
- Packages:
- Env:
Steps to reproduce
- Clone code from migrate md to mdx webpack/webpack.js.org#5233
- Run
yarn
to install - open
src/content/index.mdx
, and append code below:
<div> ```js import foo from './foo.js' ``` </div>
Expected behaviour
No lint error.
Actual behaviour
A lint error.
Metadata
Metadata
Assignees
Labels
🌊 blocked/upstreamThis cannot progress before something external happens firstThis cannot progress before something external happens first🐛 type/bugThis is a problemThis is a problem🙅 no/wontfixThis is not (enough of) an issue for this projectThis is not (enough of) an issue for this project