**Steps to replicate the issue** (include links if applicable):
* Go to https://ru.wikipedia.org/w/index.php?title=Иванов&action=edit
* Select a list and press either list formatting button
* Buttons create incorrect list markup that breaks the lists
**What happens?**:
For readability purpose, demonstrating with `#` but this also applies to `*` and `:`
```
* {{NL|Иванов, Алексей}}
# * [[Иванов, Алекси]] (1922—1997) — болгарский государственный деятель.
# * [[Иванов, Алкивиад Исидорович]] (1941—2005) — советский и российский спортсмен и учёный-медик.
# * [[Иванов, Алмаз]] (ум. 1669) — русский предприниматель, дьяк, дипломат XVII века.
* {{NL|Иванов, Альберт}}
```
**What should have happened instead?**:
```
* {{NL|Иванов, Алексей}}
*# [[Иванов, Алекси]] (1922—1997) — болгарский государственный деятель.
*# [[Иванов, Алкивиад Исидорович]] (1941—2005) — советский и российский спортсмен и учёный-медик.
*# [[Иванов, Алмаз]] (ум. 1669) — русский предприниматель, дьяк, дипломат XVII века.
* {{NL|Иванов, Альберт}}
```
(or at least `#*` but that would still break the list if it is next to other list items)
This would also achieve feature parity with #VisualEditor that currently outputs correct markup:
{F57726496}