Closed LiJohnson closed 1 year ago
use
- list 1
```js
let a = 1;
let b = 2;
console.log(a + b);
let a = 1;
let b = 2;
// blank line
console.log(a + b);
use
- list 1 ```js let a = 1; let b = 2; console.log(a + b);
- list 2
let a = 1; let b = 2; // blank line console.log(a + b);
if leave a blank line alter list item, code block will not intdent . preview here
Bug Report
a list item with code block and code block has a blank line codesandbox
Steps to reproduce
here is markdown code
console.log(a +b)