Skip to content

Quoting a message with an ordered list makes the list disappear #10648

Closed
matrix-org/matrix-react-sdk
#8004
@dkasak

Description

@dkasak

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.
test foo

1. test
2. test
3. test

test bar
  1. Hovering over the message, select Options > Quote.

  2. Observe that the produced quote is

> test foo
>
> test bar

instead of the expected

> 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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions