prettier/tests/mdx/jsx-codeblock.mdx

9 lines
67 B
Plaintext
Raw Normal View History

```jsx
<div>foo</div>
```
```jsx
const a = 1;
<div>foo</div>;
```