Skip to content

Support multiple blockquote levels #488

@coreagile

Description

@coreagile

I'm building an app that allows people to reply to messages. The serialization format is markdown. When someone replies to a message we automatically generate a blockquote like so:


> test
> 
> > test
> > > Welcome to the server.

Which should look like this in the editor:

test

test

Welcome to the server.

But instead it only quotes the first level.

The editor should render appropriately, and also allow people to manipulate the level of the blockquote.

Metadata

Metadata

Assignees

No one assigned

    Labels

    convertIssue related to codecs

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions