# Description Quoting a message (via Options > Quote) that contains an ordered list produces a Markdown quote that omits this list. ### Steps to reproduce 1. Send the following message. ```markdown test foo 1. test 2. test 3. test test bar ``` 2. Hovering over the message, select Options > Quote. 3. Observe that the produced quote is ```markdown > test foo > > test bar ``` instead of the expected ```markdown > test foo > > 1. test > 2. test > 3. test > > test bar ``` ### Version information - **Platform**: desktop (but I also tried it on Riot Web develop) - **OS**: Arch Linux - **Version**: 1.3.3