+1

code block breaks the editor syntax highlighting in a list

Eduardo Fernandes fa 8 anys 0

If you need to insert a code block using ``` in a list, the items after the code block won't be colourized by the syntax highlight, what can be quite boring.


Example:

* This line is colorized

```

some code

some code
``
`

* From this line on, no more colouring.