I found the problem. There has to be 4 spaces in nested items. I did it
always wrong because many other editors have their own version of
Markdown standard. This is chaos.. :-(

This works in ReText:

```
# Nested lists

* topic1
    * item1
    * item2
* topic2
    * item3
    * item4

---

1. topic1
     * item1
     * item2
2. topic2
     * item3
     * item4

---

* topic1
     1. item1
     2. item2
* topic2
     1. item3
     2. item4
```

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1939036

Title:
  Nested lists doesn't work in ReText

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/retext/+bug/1939036/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to