Live Preview: Better support of code blocks in lists

It seems that there is some upstream bug in HyperMD or codemirror as for the following case. The last two lines should not be recognized as part of the code block, but the syntax tree says they are.

Raw markdown

- ```python
	print
  ```

Here is outside the code block!

or

- ```python
print
```

Here is outside the code block!

LIve preview

Reading view

4 Likes