marked
marked copied to clipboard
[BUG] missing space
check this preview link
There is an indent missing in line 2.
I've seen a similar issue #885, but the issue closed with no solution presented.
looks like it thinks the code is part of the list item because there is no blank line between them so it is removing two spaces before every line.
If the code is part of the list item it should be indented two spaces which would give the desired result.
- obj
```js
const a = {
b: {
C: "c",
},
a: "a",
};
```
This was fixed in v4.0.17