Bug: quoting a bullet list in the Stacks editor messes up the list.
Example:
Steps to reproduce:
- Create an answer in the Stacks Editor (e.g. an answer to this question)
- Switch to "Rich text mode"
- Create a bulleted list
- Select the whole list
- Click the quote button
This results in the following Markdown:
- > 1. Item 1 > > 2. Item 2 The expected Markdown (and the behaviour in the old editor):
> - Item 1 > - Item 2 Tested with Chrome on Android and Firefox on Windows.
