Incorrect formatting of lists

Bug report

Lists and task lists are incorrectly formatted in the third indentation.
In the third indentation, the content of the list is incorrectly marked with the class cm-keyword.

image

Environment

Platform Windows Android Ubuntu
Platform version 10 13 22.04
App Version v5.5.3 v4.2.4 (73) v5.5.3
  • The error occurs on all systems available to me with CodeMirror 5 as editor. The error does not occur in the beta version of the mobile app (v5.0.0 (18)).
  • Only the official pre-installed plugins are activated

How to reproduce

  1. Paste the following content into the Markdown editor
* Test
  * Test 2
    * Test 3
      * Test 4

- Test
  - Test 2
    - Test 3
      - Test 4

- [ ] Aab
  - [ ] bbc
    - [ ] sdfsdf
      - [ ] dfgdfg
1 Like

Hi Lukas,

Thanks for the report.
Yeah, it looks like a parser bug in CM5.
Iā€™m planning to migrate CM to v6 on the desktop as well in the future. So, it should be fixed then.