Skip to content

Support nested code blocks and blockquotes in lists #40

Closed as not planned
@weiQuill

Description

@weiQuill

Initial checklist

Problem

Hi team,
Is it possible to support such structural conversion?

1. milk
	> banana
2. cheese

Expect

[
	{
		type: "list",
		children: [
			{ type: "list item", ... },
			{ type: "blockquote", ... },
			{ type: "list item", ... },
		]
 	}
]

Actual

[
	{
		type: "list",
		children: [
			{ type: "list item", ... },
		]
 	},
	{ type: "blockquote", ... },
	{
		type: "list",
		children: [
			{ type: "list item", ... },
		]
 	}
]

The markdown works fine in GitHub

  1. milk

    banana

  2. cheese

  1. milk
    banana
    
  2. cheese

Solution

None

Alternatives

None

Metadata

Metadata

Assignees

No one assigned

    Labels

    👎 phase/noPost cannot or will not be acted on🤷 no/invalidThis cannot be acted upon

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions