prettier/tests/markdown_jsx_semi/semi.md

9 lines
67 B
Markdown

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